ELSE
From Creatures Wiki
ELSE is a CAOS command controlling flow.
[edit] Usage
Syntax: ELSE ..
Used within a DOIF..(ELIF..)ENDI block. If the conditions in none of the preceding DOIF or ELIF commands have been true, the following code block is executed. Must be followed by an ENDI command.
See DOIF for more on conditional execution.


