#name system
14 messages · Page 1 of 1 (latest)
Why not just have one prompt?
"Name LastName", split at space using String Split
Not really
Like if you miss spelled something it’s annoying to go back
yeah, it is annoying to go back, so why are you using 2 prompts?
If you mistype your first name, you cant go back when you are on the last name prompt
Have one prompt
When the player enters the prompt, split the string by the character (Space)
This will output a list of 2 items
Index 0 - First Name
Index 1 - Last Name
Make sure to detect if the string has more than 2 or less than 2 spaces (By using List Get Count on String Split), this way you dont get any Error: Index 1 is out of range for list of count 1 errors
Save the response into a string variable