PDA

View Full Version : How to limit trigger activation with another trigger. Pleas advise



CombatComm
Oct 5 2009, 10:29
Ok yall, I dont want triggers getting prematurely activated if the player should cross them too early so how can I have one trigger "unlock" sort to speak another trigger without the complication that is createtrigger. Im new to this scripting stuff. Thanks in advance!

Shuko
Oct 5 2009, 10:53
triggerActivated (http://community.bistudio.com/wiki/triggerActivated)

CombatComm
Oct 5 2009, 11:04
Thanks for trying but I have already been there. Still confused. Like I said. New to this. I put triggeractivate trigger and than I assume the name of my trigger to be activated but its not working. SO I guess I got it wrong

Shuko
Oct 5 2009, 11:55
http://derfel.org/arma2/triggeractivated.jpg

Grimes [3rd ID]
Oct 5 2009, 12:11
I'll test this out when I get home. Thanks :D

CombatComm
Oct 6 2009, 21:59
OK another question similar to this. I want to make a previous trigger false when another trigger is activated. Im lost on this one. Anyone?

Shuko
Oct 6 2009, 22:39
trgName setTriggerStatements ["false","",""];