OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started 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...
-
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?