Naming characters

2.8K 10 2
                                    

If you want to give your readers the option for letting them choose your characters name here is the code:
(practically what you are going to type into your script) You can just copy and paste this.

label name_input

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

if (NAME is ""){

NARRARTOR

You do need a name...

goto name_input

} else {
continue
}


If you want to refrence your characaters name later on or in a sentence this is how you do it:
example:

MOM

Are you on your way home, [NAME]?


Episode Interactive: HelpWhere stories live. Discover now