Choices gain branching error script

Hi,
I copied a choice template that remembers the choice the player makes (gain) but the dialogue in the scene doesn’t work.!!Can someone help me!!

00|435x287

Can you post your script?

00

choice
“Nice answer”{
MC

gain nice_answer

}“Mean answer”{
MC

gain mean_answer
}

1 Like

Thank You so much!!!

1 Like

If you want to bring a name of the character you have to have MC in your naming code.

input What’s Your Name?|What’s Your Name?|Done(MC)

Then later just put the brackets around MC in the dialogue only:
CHARACTER
Hello, [MC] how are you?