Stop

From WikiManual
Revision as of 10:19, 1 July 2014 by Botsareus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

"stop" marks the end of a gene.

Post-2.4

"stop" is now slightly more complicated in how it works, but not in use. "stop" terminates the current gene execution.

example:

cond
*.eye5 50 >
start
-1 .shoot store
stop
end

Flow Commands:

cond
start else
stop
end