wasicun 11 Posted October 2, 2010 Hi all guys. I have a really easy question for most of you: i want to make a mission where if you activate 2 different triggers (trigger1 AND trigger2) trigger3 will be activated. For example if you seize a town (so you activate trigger1) and you kill a warlord (and you activate trigger2) the chopper will come for you (trigger1 AND trigger2 activate trigger3). Ty very much guys! sorry for my poor English Share this post Link to post Share on other sites
kylania 568 Posted October 2, 2010 Name all you triggers, than helo trigger condition of: triggerActivated nameOfSeizeTownTrigger && triggerActivated nameOfKillWarlordTrigger Share this post Link to post Share on other sites
wasicun 11 Posted October 2, 2010 Name all you triggers, than helo trigger condition of: triggerActivated nameOfSeizeTownTrigger && triggerActivated nameOfKillWarlordTrigger TY very much friend. it works Share this post Link to post Share on other sites