//... | Comments - will not be shown in balloon. |
\e | End of script. Return to normal operation. |
\0 | Start of a command sent to the main body. |
\1 | Start of a command sent to the unyu body. |
\s[id] | Changes the active body surface to id number [id]. |
\b[id] | Changes the active body balloon surface to id number [id]. |
\n | Line feed - means go to next line in balloon. |
\w? | Wait 50x?ms. (only 1-9 will work for ?) |
\_w[?] | High resolution wait. Wait [?]ms. |
\c | Clear the active scope display area. Usually is used to clear a text box after using the \x command. |
\x | Pause and wait for a mouse click. When a click is received, it will go to the next line. |
\q?[id][string] | Displays choices with the title as [string]. ? is the number of available choices. |
This ghost is written using german version of Windows, scripts are saved in ANSI (!not UTF-8!).
So Windows uses Windows-1252 (code page 1252), based on ISO 8859-1 (Latin-1).
This "charset" works for all westeuropean languages. Besides for german also for english, french, italian, spanish, portugues,...
So don't go to SSP's charset settings. Leave this alone... hands off! | |