It’s correct in the script guide, but when I test it, the “sure_no_freckles” does not work and appears the same as the sure_yes_freckles. What am I doing wrong? I’m getting so frustrated.
INT. ICE BATH GRANDMAS BATHROOM - NIGHT
&cut to zone 2 and zoom on 484 295 to 214% in 0
&WILLOW spot 0.750 157 226 in zone 2 and WILLOW faces left and WILLOW starts idle_shiftweight_neutral_loop
@speechbubble is 161 228 to 100% with tail_top_right
WILLOW
(Time to finished getting ready for the gala.)
&zoom on 484 351 to 416% in 1
@pause for a beat
readerMessage One choice will get you a special dialogue
label freckles
@speechbubble is 159 204 to 100%
NARR
Do you want to cover up Willow’s freckles tonight or leave them?
choice
“Keep them. I love her freckles!” {
@WILLOW is dustoff_neutral_loop
if (gala_1) {
@WILLOW changes into willow_gala1_freckles
} elif (gala_2) {
#replace Flag_Name_2 with your flag name
@WILLOW changes into willow_gala2_freckles
} elif (gala_3) {
#This is where the third option goes
@WILLOW changes into willow_gala3_freckles
goto sure_yes_freckles
}
} “Cover them up tonight.” {
@WILLOW is dustoff_neutral_loop
if (gala_1) {
@WILLOW changes into willow_gala1_nofreckles
} elif (gala_2) {
#replace Flag_Name_2 with your flag name
@WILLOW changes into willow_gala2_nofreckles
} elif (gala_3) {
#This is where the third option goes
@WILLOW changes into willow_gala3_nofreckles
goto sure_no_freckles
}
}
label sure_yes_freckles
@speechbubble is 159 204 to 100%
NARR
Are you sure you | bold | want | reset | freckles?
choice
“Yes, I’m sure.” {
gain yes_freckles
goto continue
} “No, take me back.” {
goto freckles
}
label sure_no_freckles
@speechbubble is 159 204 to 100%
NARR
Are you sure you | bold | do not want | reset | freckles?
choice
“Yes, I’m sure.” {
gain no_freckles
goto continue
} “No, take me back.” {
goto freckles
}
label continue
@WILLOW is idle_shiftweight_neutral_loop
#lipstick