Difference between revisions of "When"

From FreeSpace Wiki
Jump to: navigation, search
m (Created page with ' When (Conditional operator) Performs specified actions when a condition becomes true Takes 2 or more arguments... 1: Boolean expression that must be true for actions to t…')
 
m (categorized)
 
Line 8: Line 8:
 
==Comments==
 
==Comments==
 
This is the default conditional operator for an event, used for events that must turn true or false only once, or for those repeated events that don't make the event turn true infinitely. For that, see [[every-time]].
 
This is the default conditional operator for an event, used for events that must turn true or false only once, or for those repeated events that don't make the event turn true infinitely. For that, see [[every-time]].
 +
 +
[[Category:Retail SEXPs]]

Latest revision as of 15:48, 31 October 2009

When (Conditional operator)
	Performs specified actions when a condition becomes true

Takes 2 or more arguments...
	1:	Boolean expression that must be true for actions to take place.
	Rest:	Actions to take when boolean expression becomes true.

Comments

This is the default conditional operator for an event, used for events that must turn true or false only once, or for those repeated events that don't make the event turn true infinitely. For that, see every-time.