HELP finding a choice problem in my story

I published chapter 11 of my story Living with the werewolf brothers.

And on chapter 11 I give a choice of dress and depending on the dress the reader will choose they get to dance with the boy they have selected.

But the readers that have selected ‘‘Sebastien dress’’ they get James instead. I re-read my script multiple times I tested on my mobile and it works fine for me and I make sure to reset story progress when I try each of the choices myself.

I can,t figure out the problem. Here is the script if anyone can help me.

label choosing_outfit17
readerMessage This is NOT a final choice
NEILA (think)
(Let’s see what they got me.)
choice
“James Choice”{
gain chose_jamesdress

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_JAMESCHOICE
}
“Jeremiah Choice”{
gain chose_jerdress

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_JERCHOICE

}
“Sebastien Choice”{
gain chose_sebdress

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_SEBCHOICE

}
“Silas choice”{
gain chose_silasdress

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_SILASCHOICE

}
“Nate Choice”{
gain chose_natedress

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_NATECHOICE

}
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat

    NEILA (idle_awkward)
(Wow!)
(It's so beautiful.)

choice
“Choose this outfit”{

    NEILA (think)
I think I made the right choice.

@NEILA starts deepbreath

}
“Try something else”{

goto choosing_outfit17

}


**DANCING SCENE:

if (chose_jamesdress) {
@cut to zone 3
@zoom on 749 374 to 553% in 0
@JAMES faces left
@speechbubble is 147 141 to 100% with tail_top_right
JAMES (flirt_shy)
(She chose my dress.)
JAMES (flirt_shy)
(She’s breathtaking.)
@pause for a beat
@cut to zone 1
@zoom on 44 343 to 553% in 0
@speechbubble is 159 151 to 100% with tail_top_right
NEILA (idle_awkward)
(Why does he have to look at me this way?)
(I can see how happy he is that I chose his dress.)
NEILA (deepbreath)
(I don’t know why I’m getting so nervous right now.)
@pause for a beat
@zoom reset
@JAMES moves to layer 3
@NEILA moves to layer 2
@JAMES walks to spot 0.800 145 214 in zone 1
@speechbubble is 114 229 to 100% with tail_top_right
JAMES (talk_flirt)
You look stunning in this dress.
@NEILA starts idle_awkward
@zoom on 76 264 to 211% in 5
@speechbubble is 165 283 to 100% with tail_top_left
NEILA (talk_apathetic)
You don’t look so bad yourself.
@JAMES starts laugh_chuckle
@NEILA starts idle_awkward
@pause for a beat
@pause for a beat
@speechbubble is 143 262 to 100% with tail_top_right
JAMES (bow)
May I have this dance?
@NEILA starts laugh_giggle
@JAMES starts idle_happy
@pause for a beat
@speechbubble is 162 270 to 100% with tail_top_left
NEILA (curtsey)
Yes you may.
@JAMES faces right AND JAMES starts dance_slow_rear
@NEILA starts dance_slow
@NEILA spot 0.765 119 228
@JAMES spot 0.800 118 232

}elif (chose_jerdress) {
@cut to zone 3
@zoom on 844 369 to 553% in 0
@JEREMIAH faces left
@speechbubble is 153 134 to 100% with tail_top_right
JEREMIAH (flirt_shy)
(She chose my dress.)
JEREMIAH (deepbreath)
(She’s beautiful.)
@pause for a beat
@pause for a beat
@cut to zone 1
@zoom on 44 343 to 553% in 0
@speechbubble is 159 151 to 100% with tail_top_right
NEILA (idle_awkward)
(Why does he have to look at me this way?)
(I can see how happy he is that I chose his dress.)
NEILA (deepbreath)
(I don’t know why I’m getting so nervous right now.)
@pause for a beat
@zoom reset
@JEREMIAH moves to layer 3
@NEILA moves to layer 2
@JEREMIAH walks to spot 0.800 145 214 in zone 1
@speechbubble is 114 229 to 100% with tail_top_right
JEREMIAH (talk_flirt)
You look stunning in this dress.
@NEILA starts idle_awkward
@zoom on 76 264 to 211% in 5
@speechbubble is 165 283 to 100% with tail_top_left
NEILA (talk_apathetic)
You don’t look so bad yourself.
@JEREMIAH starts laugh_chuckle
@NEILA starts idle_awkward
@pause for a beat
@pause for a beat
@speechbubble is 143 262 to 100% with tail_top_right
JEREMIAH (bow)
May I have this dance?
@NEILA starts laugh_giggle
@JEREMIAH starts idle_happy
@pause for a beat
@speechbubble is 162 270 to 100% with tail_top_left
NEILA (curtsey)
Yes you may.
@JEREMIAH faces right AND JEREMIAH starts dance_slow_rear
@NEILA starts dance_slow
@NEILA spot 0.765 119 228

}elif (chose_sebdress) {
@cut to zone 3
@zoom on 675 179 to 283% in 0
@SEBASTIEN faces left
@speechbubble is 134 269 to 100% with tail_top_right
SEBASTIEN (flirt_shy)
(She chose my dress.)
SEBASTIEN (flirt_shy)
(She’s perfect!)
@pause for a beat
@pause for a beat
@cut to zone 1
@zoom on 44 343 to 553% in 0
@speechbubble is 159 151 to 100% with tail_top_right
NEILA (idle_awkward)
(Why does he have to look at me this way?)
(I can see how happy he is that I chose his dress.)
NEILA (deepbreath)
(I don’t know why I’m getting so nervous right now.)
@pause for a beat
@zoom reset
@SEBASTIEN moves to layer 3
@NEILA moves to layer 2
@SEBASTIEN walks to spot 0.800 145 214 in zone 1
@speechbubble is 114 229 to 100% with tail_top_right
SEBASTIEN (talk_flirt)
You look stunning in this dress.
@NEILA starts idle_awkward
@zoom on 76 264 to 211% in 5
@speechbubble is 165 283 to 100% with tail_top_left
NEILA (talk_apathetic)
You don’t look so bad yourself.
@SEBASTIEN starts laugh_chuckle
@NEILA starts idle_awkward
@pause for a beat
@pause for a beat
@speechbubble is 143 262 to 100% with tail_top_right
SEBASTIEN (bow)
May I have this dance?
@NEILA starts laugh_giggle
@SEBASTIEN starts idle_happy
@pause for a beat
@speechbubble is 162 270 to 100% with tail_top_left
NEILA (curtsey)
Yes you may.
@SEBASTIEN faces right AND SEBASTIEN starts dance_slow_rear
@NEILA starts dance_slow
@NEILA spot 0.765 119 228
@SEBASTIEN spot 0.800 118 232

}elif (chose_silasdress) {
@cut to zone 3
@zoom on 943 179 to 283% in 0
@SILAS faces left
@speechbubble is 134 269 to 100% with tail_top_right
SILAS (idle_awkward)
(I can’t believe it-)
(She chose my dress.)
@pause for a beat
@pause for a beat
@cut to zone 1
@zoom on 44 343 to 553% in 0
@speechbubble is 159 151 to 100% with tail_top_right
NEILA (idle_awkward)
(Why does he have to look at me this way?)
(I can see how happy he is that I chose his dress.)
NEILA (deepbreath)
(I don’t know why I’m getting so nervous right now.)
@pause for a beat
@zoom reset
@SILAS moves to layer 3
@NEILA moves to layer 2
@SILAS walks to spot 0.800 145 214 in zone 1
@speechbubble is 114 229 to 100% with tail_top_right
SILAS (talk_awkward)
You look stunning in this dress.
@NEILA starts idle_awkward
@zoom on 76 264 to 211% in 5
@speechbubble is 165 283 to 100% with tail_top_left
NEILA (talk_apathetic)
You don’t look so bad yourself.
@SILAS starts idle_awkward
@NEILA starts idle_awkward
@pause for a beat
@pause for a beat
@speechbubble is 143 262 to 100% with tail_top_right
SILAS (bow)
May I have this dance?
@NEILA starts laugh_giggle
@SILAS starts idle_happy
@pause for a beat
@speechbubble is 162 270 to 100% with tail_top_left
NEILA (curtsey)
Yes you may.
@SILAS faces right AND SILAS starts dance_slow_rear
@NEILA starts dance_slow

} else {
@cut to zone 3
@zoom on 813 184 to 283% in 0
@NATE faces left
@speechbubble is 134 269 to 100% with tail_top_right
NATE (idle_awkward)
(She chose my dress.)
NATE (flirt_shy)
(She’s gorgeous.)
@pause for a beat
@pause for a beat
@cut to zone 1
@zoom on 44 343 to 553% in 0
@speechbubble is 159 151 to 100% with tail_top_right
NEILA (idle_awkward)
(Why does he have to look at me this way?)
(I can see how happy he is that I chose his dress.)
NEILA (deepbreath)
(I don’t know why I’m getting so nervous right now.)
@pause for a beat
@zoom reset
@NATE moves to layer 3
@NEILA moves to layer 2
@NATE walks to spot 0.800 145 214 in zone 1
@speechbubble is 114 229 to 100% with tail_top_right
NATE (talk_awkward)
You look stunning in this dress.
@NEILA starts idle_awkward
@zoom on 76 264 to 211% in 5
@speechbubble is 165 283 to 100% with tail_top_left
NEILA (talk_apathetic)
You don’t look so bad yourself.
@NATE starts idle_awkward
@NEILA starts idle_awkward
@pause for a beat
@pause for a beat
@speechbubble is 143 262 to 100% with tail_top_right
NATE (bow)
May I have this dance?
@NEILA starts laugh_giggle
@NATE starts idle_happy
@pause for a beat
@speechbubble is 162 270 to 100% with tail_top_left
NEILA (curtsey)
Yes you may.
@NATE faces right AND NATE starts dance_slow_rear
@NEILA starts dance_slow

}

Just to specify when they select Sebastien dress the MAC is wearing Seb’s dress choice but James is the one that comes and dance with her instead of Sebastien.

Possibly because they have selected one outfit choice then changed their minds. Because you have used gains, the readers cannot ‘ungain’ this. Within the outfit choices, you need to ask the reader to decide yes or no (for ALL choices) then add the gain with the YES. Or you will have to use the choice name method.

Thank you so much would you mind helping me further…Can you maybe give me an exemple with the template I should be doing … sorry it’s my first time doing gains with outfit choices like this…

label choosing_outfit17
readerMessage This is NOT a final choice
NEILA (think)
(Let’s see what they got me.)
choice
“James Choice”{

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_JAMESCHOICE
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat
NEILA (idle_awkward)
(Wow!)
(It’s so beautiful.)
NEILA
Do I want to wear this?
choice
“Yes”{
gain chose_jamesdress
}
“No”{
goto choosing_outfit17
}

}
“Jeremiah Choice”{

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_JERCHOICE
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat
NEILA (idle_awkward)
(Wow!)
(It’s so beautiful.)
NEILA
Do I want to wear this?
choice
“Yes”{
gain chose_jerdress
}
“No”{
goto choosing_outfit17
}

}
“Sebastien Choice”{

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_SEBCHOICE
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat
NEILA (idle_awkward)
(Wow!)
(It’s so beautiful.)

NEILA
Do I want to wear this?
choice
“Yes”{
gain chose_sebdress
}
“No”{
goto choosing_outfit17
}

}
“Silas choice”{

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_SILASCHOICE
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat
NEILA (idle_awkward)
(Wow!)
(It’s so beautiful.)
NEILA
Do I want to wear this?
choice
“Yes”{
gain chose_silasdress
}
“No”{
goto choosing_outfit17
}

}
“Nate Choice”{

@NEILA walks to spot 0.995 173 151 in zone 3

@NEILA changes into NEILA_NATECHOICE
@NEILA walks to spot 0.995 173 151 in zone 2
@NEILA faces right
@pause for a beat
NEILA (idle_awkward)
(Wow!)
(It’s so beautiful.)
NEILA
Do I want to wear this?
choice
“Yes”{
gain chose_natedress
}
“No”{
goto choosing_outfit17
}

}

I hope this helps :slight_smile:

Having the choice inside the outfit choice will allow the reader to go back and look at the other outfits without gaining the wrong flag :slight_smile:
This way, the only time they will gain a flag is when they confirm the outfit they want to wear and the story will continue :slight_smile:

OMG you helped me so much!!! Thankkk you again! :heart::heart: I was going crazy trying to figure out the problem hahaha

1 Like

No problem :grin::heart:

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