Player
Player copied to clipboard
NEW COMMAND 2059 - Typing mode
Allow the player to Type some text inside the game.
It's headless implementation, only way to get a feedback that the player is in typing mode is by having a paralell process displaying the stringvariable that is being edited.
command is
@cmd 2059,
"Default Name", // default value to be set over into the variable.
[
0, 3, // output stringvar mode and output stringvar id
0, 0, // default value as a stringvar mode and id
1, // boolean flag to allow multilines when hitting ctrl + enter (off/on)
]
Sending a map file with a working example: Map0001.zip