Dressing game help 2021

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
}

u wrote chill instead of outfit 3

1 Like

that was the outfit name

Did you check to see if the outfit called “chill” was correctly made in the outfit creator?

I fixed it a long time ago :relaxed:

It’s possible that the outfit creator didn’t save your progress when you fixed it.

What outfit is it giving you when you click on outfit 3 in the game?

i fixed it a while agi

What outfit is it giving you when you click on outfit 3 in the game?

1 Like

i fixed it a while ago

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?

u wrote outfit 3 instead of school 3

~

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

1 Like

But it takes me to the first dressing game like it goes to the begging

thats probably bc u have same labels
u have to rename them

u wrote outfit 3 instead of school 3

~

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

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