Sanny Builder
In English
Search
K
Comment on page

Keywords

Keyword syntax is the way to encode script instructions using special words. In general, any command name as defined in Sanny Builder Library is a valid keyword.
When using keywords, they must be the first word on the line, followed by arguments (if any).
Here is an example of a WAIT command using its name as the keyword:
wait 0
Extra words are allowed (similarly to opcode syntax):
CREATE_PLAYER 0 at 811.875 -939.9375 35.75 store_to $player
Edit modes can define extra aliases to command names in the file keywords.txt:
jump @label // 'jump' is an alias to the GOTO command
A keywords list can be displayed after pressing Ctrl+Space.
Last modified 9d ago