Script Reference |
entertext ([textvariable]; x; y;
font
; |
Used for : Textout lines.
Parameters :
Description :
Prompts the player to enter a text. The string variable that shall hold the text must be written with square brackets. You can also put some text around the players input like "Name : [myname]".
Scripts (except loop1) will be paused. The text is saved when the player hits the ENTER or ESCAPE key.
If no colorvalues are provided the default infotextcolor will be used.
To check if the player hasn't entered anything use:
if_string ( textvar ; [emtpy]) |
[Variabels] can be used for color, font and position.