Please help - gain/flags (remembering choices)

hi, i’m having trouble with my script. i want to use the gain/flags method but how do i do it?
these are the choices -
choice “We should do it again some time.” {

} “It was alright, could’ve gotten better.” {

every time i write the gain, this error shows up --> “unexpected garbage: the text on the line does not follow our formatting.”

please help me, and i would really appreciate it :pleading_face:

You need to name your gain.

EG:
choice “We should do it again some time.” {
gain DoItAgain
} “It was alright, could’ve gotten better.” {
gain ItWasAlright
}

1 Like

it worked! thank you sm!!! i appreciate it :white_heart:

Glad to help. :blush:

1 Like

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