Commands and Bools |
Gamecommands are actions the player can choose from to interact with the game. The left column contains the names of the commands itself. These names will be used in all scripts. The right column contains the names that the player will see in the game. These names can also be translated within the language tool.
The three textfields at the bottom contain the names for the default actions.. Walkto, with and to.
Bools (right side of the window) are variables that can be on and off. If a bool is checked it will be on (true) at the beginning of the game. Bools can be set and verified during the game with setbool and if_bool.