Letting players choose their name not working (Limelight)

Hi, I’ve recently started writing my first story. But when I wrote in the code for letting them choose their name, it kinda glitched. The code was this:

NARRATOR
So… what’s your name?
label first_name_input

input What’s Your First Name?|What’s Your First Name?|Done(YOU)

if (YOU is “”) {

NARRATOR

You do need a name…
goto first_name_input

} else {
continue
}

#}


But when I previewed it, it was like this:
So… what’s your name?
Auto Bot…

Here’s a screenshot:

You can’t preview these kind of things on the web previewer, as far as I know. You have to do it in your mobile device.

Oh alright! I’ll try that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.