Choice Issue with gain

I’m trying to gain a choice and got this error msg, please help!!

You need { after “sexy” and not }

Line 1464 :slight_smile:

Try “gain Sexy_in_como”

still doesnt work

Can you copy the script please? Thats alot easier. :slight_smile:

label dressing_game

    SIARA
(What should I wear today?)

choice
“Sexy In Camo”{

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout

&SIARA is primp_neutral

gain Sexy In Camo

}
" Sexy In Camo Black/Pink"{

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout2

&SIARA is primp_neutral

gain Sexy In Camo Black/Pink

}
“Plain”{

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout3

gain Plain

}

@SIARA walks to screen center in zone 2

@pause for a beat

    SIARA (think_rubchin)
(Shall I wear this or try something else?)

choice
“Looking Good.”{

    SIARA (admire_happy)
(This is perfect!)

}
“Ewwww Change.”{

goto dressing_game

}

If you dont need her to remember the choice later ( cause she wears the outfit after the dressing game anyways ) you dont need gains.

If you need the gains cause you need it to remember for later, you have to use another coding. Cause gotos and gains dont work together. :slight_smile:

Like: Let her change into all 3 outfits and let the reader choose after.
I can help you with that if you need :slight_smile:

I do because i’m doing a flashback with different clothing. Unless there’s another way to do that.

I dont think there is… :confused:
I can help you with the coding if you need?

Yes, Im new and not that good yet :astonished:
I just mainly need help with spot location and some other stuff

Give me a minute, I will try to code it for you. :slight_smile:
We can talk about the spot directing after. :smiley:

Okay, thank you :smiley:

SIARA
(What should I wear today?)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout

@SIARA walks to screen center in zone 2

@pause for a beat

&SIARA is primp_neutral

SIARA
(Option 1)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout2

@SIARA walks to screen center in zone 2

&SIARA is primp_neutral

SIARA
(Option 2)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout3

@SIARA walks to screen center in zone 2

&SIARA is primp_neutral

SIARA
(Which one do you like the most?)

choice
“Option 1”{
gain Option1

}"Option 2{
gain Option2

}Option 3{
gain Option3
}

Continue story here

For later:

if (Option1) {
@SIARA changes into Workout

}elif (Option2) {
@SIARA changes into Workout2

}else {
@SIARA changes into Workout3
}

Continue story here

One second, I have some errors xD

Thank you:blush:

SIARA
(What should I wear today?)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout

@SIARA walks to screen center in zone 2

@pause for a beat

&SIARA is primp_neutral

SIARA
(Option 1)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout2

@SIARA walks to screen center in zone 2

&SIARA is primp_neutral

SIARA
(Option 2)

@SIARA walks to upscreen left in zone 3

@SIARA changes into Workout3

@SIARA walks to screen center in zone 2

&SIARA is primp_neutral

SIARA
(Which one do you like the most?)

choice
“Option 1” {
gain Option1

}"Option 2 {
gain Option2

}Option 3 {
gain Option3
}

Continue story here

For later:

if (Option1) {
@SIARA changes into Workout

} elif (Option2) {
@SIARA changes into Workout2

} else {
@SIARA changes into Workout3
}

Continue story here

Try this. If it doesnt work let me know and I will see whats wrong. :slight_smile:

Trying it now

1 Like

I will stay here in case something is wrong. :slight_smile: