GINCS Help Page



Commands usage:

Command
Descr.
Note
FLxxxx trigger, ġġġġ may be from 0001 to 0999
' commentary
:<label> label
#SEND <label>
#GOTO <label>
jump to label
#CALL <label> jump to label with return
#PROGCALL <script> go to another script with return
#PROGGOTO <script> go to another script w/o return
#LOADBKG <image> load background image
#CLEARBKG <image> clear background
#PLAYMUSIC <music> play music file
#STOPMUSIC stop music
#LOOPMUSIC <music> play music file continuously
#SET <trigger> set trigger
#CLEAR <trigger> 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 keyA, B or C
   
 Keyboard shortcuts: 
Shortcut Descr.Note
Ctrl + i inserts "/i" command 
Ctrl + s inserts "#SET FL" command 
Ctrl + g inserts "#GOTO" command 

 To prevent crackling during music or sound playback it is recommended to rename the sound files starting with the letter "z". In this case, they will be placed at the end of the GINCS file system.
For example: zmusic1.wav, z_sound1.wav etc.