Scripting 'Are You Sure'

Alright hi!! I am beginning with my new story and I just did the character customization in the script but I don’t know how to do the ‘Are You Sure’ option in the scripting, can anybody please help me?

Moved to Directing Helps and Tips since it’s about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

do you mean to send them back to the customization if they’re not happy?

Yess that :slight_smile:

you need a label at the start of your customization like label “customization” then when you’re done say:

NARRATOR
Are you sure?

choice
“Yes, I am happy.” {

goto start_story

} “No, I have to change something!” {

goto customization

}

label start_story

[STORY STARTS HERE]

Ahh thank you so so much! Where do I have to put the label ‘customization’ ? I have this :slight_smile:

before

NARRATOR
So…what’s your name?

Thankyou so much!!! I really appreciate it :slight_smile:

1 Like

No problem! Good luck with your story!

1 Like

Thankyou! You are so kind :slight_smile: Goodluck with your story too!

1 Like

nevermind I already understand!! oopsie