Difference between revisions of "And-in-sequence"
From FreeSpace Wiki
(a note) |
|||
Line 3: | Line 3: | ||
Returns a boolean value. Takes 2 or more boolean arguments. | Returns a boolean value. Takes 2 or more boolean arguments. | ||
+ | |||
+ | ==Notes== | ||
+ | If you make a mistake in the hierarchy, you don't have to redesign the whole tree just to fix it. You can [[Editing a mission in a text editor|use Notepad to fix the order]]. | ||
+ | |||
[[Category:Retail SEXPs]] | [[Category:Retail SEXPs]] |
Revision as of 21:10, 15 April 2010
And in sequence (Boolean operator) Returns true if all of its arguments have become true in the order they are listed in. Returns a boolean value. Takes 2 or more boolean arguments.
Notes
If you make a mistake in the hierarchy, you don't have to redesign the whole tree just to fix it. You can use Notepad to fix the order.