Is there any script on how to get text input from users ingame?
by B. Spencer · in Torque Game Builder · 12/14/2009 (6:52 am) · 3 replies
Hello all
Does anybody know or have a script on how to get user to input text ingame and then save it for later?
Thanks In Advance...
Does anybody know or have a script on how to get user to input text ingame and then save it for later?
Thanks In Advance...
Derek Traver
He details how to use fileIO to receive the player's name with a text dialog box, and save it to a text file (along with their score), and retrieve it later to display it in a high score table.
This technique could probably be reformatted to serve many purposes.