How do u let people change their name and let it show up as the name they chose instead of the script name?
Here:
NARRATOR
So… what’s your name?
label first_name_input
input What’s Your First Name?|What’s Your First Name?|Done(NAME)
if (NAME is “”) {
NARRATOR
You do need a name.
goto first_name_input
} else {
continue
}
So if you want to refer to their name just use:
[NAME]
I have another question if that’s okay
Yeah of course
How do you use overlays
I’m not the best at explaining how to use them here’s a guide though:
Thx and what r threads
1 Like
@Mya_M is right! However, you don’t need to put all that extra stuff in (label, goto, etc) you just need this code above : )
Ok thx so much