OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: mgkaplan on 18 Mar 2003, 05:57:54

Title: True/False Triggers
Post by: mgkaplan on 18 Mar 2003, 05:57:54
I want there to be multiple ways to do something, so if you do it one way, the trigger for the other way is deactivated. Is there a command like trigger1 setvalue false I need something like that. Thanks.
Title: Re:True/False Triggers
Post by: Artak on 18 Mar 2003, 07:14:41
Sure.

trigger1=false

when using the word trigger1 in the condition line of that trigger.
when you want it activated, use

trigger1=true

if you want the trigger to be activated if west is in it's radius and trigger1 is true you put in the condition

trigger1 and this


well anyways.. I could explain these to you the whole day, but the easiest way you'll learn is if you head to the editors depot and grab some tutorials from there  ;)