INT. DRESSING ROOM - DAY
@speechbubble is 224 299 to 93% with tail_top_left
@cut to zone 2
@OLIVIA enters from left to screen center AND OLIVIA is walk_neutral_loop
label dressing_game_1
OLIVIA (think_rubchin)
What do I want to wear?
choice (OUTFIT_1)
“School 1” {
@OLIVIA changes into School 1
#add your own dialogue and animations
@OLIVIA is dustoff_neutral_loop
} “School 2” {
@OLIVIA changes into School 2
#add your own dialogue and animations
@OLIVIA is dustoff_neutral_loop
} "School 3 " {
@OLIVIA changes into Outfit 3
#add your own dialogue and animations
@OLIVIA is dustoff_neutral_loop
}
OLIVIA (think_rubchin)
Do I want to wear this one?
choice
“It’s perfect!” {
#add your own dialogue and animations
@OLIVIA is primp_neutral
} “No, I want to try on the others!” {
goto dressing_game_1
}
So when i click on school 3 it’s the wrong outfit what do i do?