Else

From WikiManual
Jump to: navigation, search

Identical to start except it is executed if the previous condition resolved FALSE.

example:

cond
*.eye5 50 <
else
-1 .shoot store
stop
end

Flow Commands:

cond
start else
stop
end