Coding Question!

Hi! I’m trying to make my reader be able to input their name. I use episode light limit and this is the code i use

NARRATOR

What’s your name?

label name_input

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

if (NAME is “”) {

NARR

You do need a name…

goto name_input

} else {

continue

}

When i preview it however it only shows the first thing the narrator says, is this a wrong code? if so does anyone have the right code!

Web previewer doesn’t show this code. You’ll have to test this in the app to see it working.

ohh haha i’m so sorry i didn’t even realize i could do that, thanks!

1 Like

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