Sequence Flow
Following commands allow you to control sequence flow
Basics

#goto (Jump to label)
Command Overview
Command
Parameter
#goto
Parameter Description
Parameter
Type
Options
#call (Call a function)
Command Overview
Command
Parameter
#call
Example

Parameter Description
Parameter
Type
Options
#return(Jump from function)
Command Overview
Command
Parameter
#return
Parameter Description
Parameter
Type
Options
#throw(Exit function with error)
Command Overview
Command
Parameter
#throw
Parameter Description
Parameter
Type
Options
#onerror, #onfail (Check for error or fail)
Command Overview
Command
Parameter
#onerror / #onfail
Examples
Command
Parameter
Command
Parameter
Command
Parameter
Command
Parameter
Last updated