This is an old revision of the document!
⇐ Index
$VAR:VAL
Defines an input variable named VAR with a default value of VAL. Input variables are created at script start and assigned either the default value, or a value specified in the editor. Input variables must start with a $ sign.
$amt:1 $text:"abc" $e:2.71828 SetCreeper(10 10 <-amt)