Choosing names?

Hey!!!

So, I’m having the reader customize two love interests. I also want to let them choose their love inerests’s name. ALTHOUGH, I think it would look tacky if their “Display Name” is “LOVEINTEREST1” and “LOVEINTEREST2” you know?

I can’t remember what story I saw it in, but the writer made my “chosen” name from the input code thing, as another character.

So my question is, do you guys know how to code that?
Please and thank you!!

1 Like

It should be in there If it’s In Ll

This is how you should type it:

input What is your name? | What is your name? | Done (NAME)

And this guide is really simple and good to follow:

You rock! :grin:

1 Like
Name thing (just copy and paste it):

NARRATOR
What is his name?

label first_name_input
input What’s His Name?|What’s His Name?|Done(NAME OF CHARACTER HERE)

if (NAME OF CHARACTER HERE “”){
NARRATOR
He needs a name…
goto first_name_input
} else {
continue
}

    NARRATOR
Is this his name?

choice
“Yes!”{

    NAME OF CHARACTER HERE
I am [NAME OF CHARACTER HERE].

}
“No! Let me change it!”{

goto first_name_input

}

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