OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Dj Tano on 20 Mar 2007, 19:45:37

Title: NOT activating triggers
Post by: Dj Tano on 20 Mar 2007, 19:45:37
Hey guys,

i would like to know if there is a way to make it so that if you activate trigger 1 it is not possible to activate trigger 2 anymore...
Title: Re: NOT activating triggers
Post by: Cheetah on 20 Mar 2007, 22:26:31
Include a variable (boolean) that you set to true once a trigger has been activated. Additional triggers can only be activated if the boolean is false. Or won't that work in your case?