Command | Descr. |
Note |
FLxxxx | trigger, ġġġġ may be from 0001 to 9999 | |
' | commentary | |
:<label> | label | |
#SEND <label> #GOTO <label> | jump to label | |
#CALL <label> | jump to label with return | |
#PROGCALL | go to another script with return | |
#PROGGOTO | go to another script w/o return | |
#LOADBKG | load background image | |
#CLEARBKG | clear background | |
#PLAYMUSIC | play music file | |
#STOPMUSIC | stop music | |
#SET | set trigger | |
#CLEAR | clear trigger | |
#IF <condition> | check the condition | |
#IF NOT <condition> | failure to check the conditions | |
#RETURN | return from script or label | |
#END | end of program | |
#INCLUDE <script> | inclusion of the new script in the current script | Maximum inclusion depth = 8 |
!<label>;<text> | menu item with text <text> and jump to label <label> after selection | |
/I | wait for key | A, B or C |