| call | scriptname | ; |
| camera_follow | personname | ; |
| camera_pan_to | x | , | y | ; |
| camera_set_to | roomname | , | x | , | y | ; |
| cutscene | scriptname | ; |
| delay | milliseconds | ; |
| fork | scriptname | ; |
| goto | label | ; |
| if | ( | cond | ) | command_if_cond_is_true |
| if | ( | cond | ) | command_if_cond_is_true | else | command_if_cond_is_false |
| image | filename | ; |
| image | thingname | filename | ; |
| inv_image | filename | ; |
| inv_image | thingname | filename | ; |
| invert | flagname | ; |
| move | thingname | to | roomname | ; |
| move | thingname | to | personname | ; |
| r | , | g | , | b | , | fontnr | , | x | , | y | , | text | ; |
| quit | ; |
| remove | thingname | ; |
| rename | personname | to | text | ; |
| rename | roomname | to | text | ; |
| rename | thingname | to | text | ; |
| return | ; |
| say | text | ; |
| say | personname | text | ; |
| select | { | |||
| text | , | label | ||
| or | ||||
| cond | text | , | label | |
| ... | ||||
| } |
| flagname | = | expr | ; |
| set_pos | thingname | to | expr1 | , | expr2 | ; |
| showpicture | filename | ; |
| switch | personname | ; |
| take | thingname | ; |
| teleport | personname | to | roomname | , | thingname | ; |
| walk | personname | to | thingname | ; |
| walk | personname | to | personname | ; |
| while | ( | cond | ) | looped_command_if_cond_is_true |