Event problem

Status
Not open for further replies.
Level 4
Joined
Jun 11, 2005
Messages
73
I am making a map (for a long time).
And i can't make a trigger work
it goes like this
Events:
-Abomination dies.
-A unit enters region talk 2
Conditions:
-Triggering unit equal to (sergant Einar)


the problem is that i need both of the Events to happen and only then to activate the actions

i need the action to work only if the abomination dies and sergant Einar enters region talk 2.

regulary the actions are activated whed one of the events is true
 
I'd do it in 2 triggers, since i dont normally use that type of trigger, there may be a better way tho..

Events=
Abominable Dies(if its 1 specific preplaced abom)
Conditions=
Actions=
Turn On "talk 2"

Events-Unit enters talk to
conditions-entering unit equal(your units name)
Actions- Do your actions..

It should work, remeber to turn off second trigger if you only want it to happen once.
 
Status
Not open for further replies.
Back
Top