Scripts are created in a style similar to C, with script blocks denoted by braces. Unlike C, there is no character to mark the end of a line - each script command is simply on its own line.
if (someVariable = 3) {
msg ("Some text")
}
Comments are denoted by //
// this line will be ignored
Table of contents
- Setting variables
- ask
- create
- create exit
- create timer
- create turnscript
- destroy
- dictionary add
- dictionary remove
- do
- else
- else if
- error
- finish
- firsttime
- for
- foreach
- get input
- if
- insert
- invoke
- list add
- list remove
- msg
- on ready
- otherwise
- picture
- play sound
- request
- return
- rundelegate
- set
- show menu
- start transaction
- stop sound
- switch
- undo
- wait
- while