So when i changed into outfit three the oufit isnt the one i did. Here’s the script
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)
“Outfit 1” { @OLIVIA changes into OLIVIA_default #add your own dialogue and animations @OLIVIA is dustoff_neutral_loop
} “Outfit 2” { @OLIVIA changes into Outfit 2 #add your own dialogue and animations @OLIVIA is dustoff_neutral_loop
} “Outfit 3” { @OLIVIA changes into chill #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
}
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?
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 does it while 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 @OLIVIA is dustoff_neutral_loop
} “School 2” { @OLIVIA changes into School 2 @OLIVIA is dustoff_neutral_loop
} "School 3 " { @OLIVIA changes into School 3 @OLIVIA is dustoff_neutral_loop
}
OLIVIA (think_rubchin)
Do I want to wear this one?
choice
“It’s perfect!” { @OLIVIA is primp_neutral
} “No, I want to try on the others!” {
goto dressing_game_1
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 does it while walk_neutral_loop
label dressing_game_2
OLIVIA (think_rubchin)
What do I want to wear?
choice (OUTFIT_1)
“School 1” { @OLIVIA changes into School 1 @OLIVIA is dustoff_neutral_loop
} “School 2” { @OLIVIA changes into School 2 @OLIVIA is dustoff_neutral_loop
} "School 3 " { @OLIVIA changes into School 3 @OLIVIA is dustoff_neutral_loop
}
OLIVIA (think_rubchin)
Do I want to wear this one?
choice
“It’s perfect!” { @OLIVIA is primp_neutral
} “No, I want to try on the others!” {
goto dressing_game_2