#name system

14 messages · Page 1 of 1 (latest)

deep stream
#

so basically when you press a button then write your first name then it will bring up another box to write your last name then it would save

cold mason
deep stream
#

Ummm

#

I think it would be just easier

cold mason
#

Not really

deep stream
#

Like if you miss spelled something it’s annoying to go back

cold mason
deep stream
#

That’s true

#

Do you know how I can do this

#

??

cold mason
# deep stream Do you know how I can do this

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

deep stream
#

What about saving

#

Wouldn’t you need a veriable

cold mason