How to let the reader choose from two names?

How do I let the reader choose between the name of the MC?

I wanted them to choose between
Chloe and Ariana

You could either use gains or have 3 characters.

Gains

NARR
Who would you like to be?
choice
“Chloe” {
gain Chloe
} “Ariana” {
gain Ariana
}
I would not recommend this method.

Multiple Characters

Characters: MC, Chloe, Ariana
NARR
Who would you like to be?
choice
“Chloe” {
@MC becomes CHLOE
} “Ariana” {
@MC becomes ARIANA
}

1 Like

Thank you

No problem. Also, using multiple characters, all commands will use MC.

1 Like

This is a much easier way:

CHARACTER (think)
Hmm, okay! What should I be called?

choice (NAME)
“Amanda” continue
“Brooklyn” continue
“Grace” continue
“Katie” continue
“Lindsay” continue
“Maya” continue
“Naomi” continue
“Olivia” continue
“Rebecca” continue
“Wendy” continue

    CHARACTER (laugh)

[NAME]?

1 Like

Thank you

1 Like

You’re right, if they all have the same look.

If Cameron wants them to have different looks, multiple characters will be needed.

2 Likes

Oh, I didn’t know they had different looks.

Yeah, yours is better.

1 Like

Thank you for your help, @LaurelleE27 it is fine, either method would work wouldn’t it if they customise after the choices?

1 Like

To be honest, I’m not sure.

Yes, if they’re customising, Edward’s method will be better because then you only need one character.

1 Like

Okay thank you

@EdwardNorton, but how do I get the name they choose above the speech

You write their script name, just like any other characters.

1 Like

I was using the method you said and for example if they choose Olivia, I wanted the name to appear over but it does not
@Apes

NAME needs to be the character’s display name if you want the name they chose to appear above their speech bubble

2 Likes

Okay thank you!

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