OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BronzeEagle on 30 Jan 2005, 07:44:15

Title: conditions list
Post by: BronzeEagle on 30 Jan 2005, 07:44:15
has anyone seen the last conditions list because i know ive seen one before.  
Title: Re:conditions list
Post by: macguba on 30 Jan 2005, 13:14:54
Never heard of it.   What kind of thing are you taking about?


Title: Re:conditions list
Post by: rhysduk on 30 Jan 2005, 13:17:45
From what i recall and through looking at other peoples missions, You can put these in a CONDITION feild of a trigger:

true
this
count (followed by something)

Sry if thats not much help.

Rhys
Title: Re:conditions list
Post by: THobson on 30 Jan 2005, 14:27:13
So that what he meant.  Well in that case:

You can put any boolean expression in the condition field of a trigger.  In other words whatever you put there must work out to be either true or false


Note that this means the conditions you specified in the form above
Title: Re:conditions list
Post by: General Barron on 30 Jan 2005, 19:09:32
My "this" tutorial (http://ofpec.com/editors/resource_view.php?id=706) explains boolean conditions and trigger condition fields, if you are unsure about them.