I need help with gains

in my script I have…

choice
“Chelsea” {

BRANCHING

gain PICKED_“Chelsea”}

“Samuel” {

And the error message is asking me if I forgot to capitalize the first word again
But it still doesn’t work if it’s capitalized

Can someone help me?!

First, that bracket right next to gain PICKED_“Chelsea”} at the end there needs to go on the next line.

Second, remove the quotes around Chelsea in the gain name.

gain PICKED_Chelsea

} “Samuel” {

OMG THANK YOU SOOOOO MUCH DARA!!! :smiley::smiley::smiley:

You’re welcome :wink:

Ugggghhh Sorry to bug you again… but that works now… now the thing is allowing the player to go back to the choice selection area and make the other choices before moving on… Should I use the…

goto_

thing?

There should be a label right before the choice and inside the choice at the end of that branch there should be a goto that leads to the label.

Closing due to one month of inactivity :slight_smile: