Player icon indicating copy to clipboard operation
Player copied to clipboard

NEW COMMAND 2059 - Typing mode

Open jetrotal opened this issue 3 months ago • 0 comments

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

jetrotal avatar Sep 19 '25 02:09 jetrotal