|
|
|
Online Scripting Reference
|
|
branch
|
Purpose
|
Tests a value and performs a conditional jump to a script label.
|
|
Syntax
|
branch {value} {label}
{value}: The value to be tested.
{label}: The script label to jump to if the value is FALSE (0)
|
|
Notes
|
This command is used internally by the compiler to allow conditions to work properly. Its use in conventional scripting is not required in any way - use the 'IF' macro instead.
|
|
Example
|
|
Return to item listing |
|
|