Plot:Input string
From OHRRPGCE-Wiki
input string (ID, maxlength, use current, center, position x, position y)
Allows the player to type in a string. Returns false if they press ESC to cancel. All arguments are optional: ID is the string you want to use, default is string #0. maxlen is the length of input, if left blank the limit will be set to 40 (max visible onscreen length). use current is whether you want to add to the existing string, or clear the string before typing. The default is to clear the string before typing, valid arguments are true or false. center centers the string input at position x/y. If left blank the string will use its current positioning. Otherwise, valid arguments are true or false. If the string is not visible, then it will automatically be placed onscreen (centered if not specified) and hidden when done. position x and position y are optional, and are the position at which the string will be shown as it is being typed. The default values are 160,110.
