I can't get my dressing game to reset when someone wants to try on other outfits, how do i do that?

i can get the choice up that says do you want to wear this today “yes” “no” but when i hit no to try on other outfits it doesn’t work

JOCELYN (talk_happy_smile)
Should i wear this?

choice “Yes” {
JOCELYN (admire)
It’s perfect!!!

} “No” {

redo dressing_game

}

Could you post the full dressing game?

Also, let’s say you have three clothing options. If your reader picks outfit 1 and then they choose to try out other options, they will be in outfit 1 while choosing through three of them. If you don’t want this, you can make the character change into another outfit in the beginning of the dressing game.

INT. ISLAND BEDROOM - DAY
JOCELYN (think)
(What outfit should I wear to my fist day of school?)
choice
“Black” {
goto black_clothing
} “Grey” {
goto grey_clothing
} “White” {
goto white_clothing
} “Red” {
goto red_clothing
} “Orange” {
goto orange_clothing
} “Yellow” {
goto yellow_clothing
} “Green” {
goto green_clothing
} “Blue” {
goto blue_clothing
} “Purple” {
goto purple_clothing
} “Pink” {
goto pink_clothing
}
label black_clothing
JOCELYN (admire)
(What black outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Innocent
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Style
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Sexy Leather
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Biker Girl
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Cutie
goto clothing_choice
}
label grey_clothing
JOCELYN (admire)
(What grey outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Smarty
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Pain Jane
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Head Turner
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Elegant
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Summer
goto clothing_choice
}
label white_clothing
JOCELYN (admire)
(What white outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Princess
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Fierce
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Beach
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Stunning
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Seeker
goto clothing_choice
}
label red_clothing
JOCELYN (admire)
(What red outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Strawberry
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Cute Nerd
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Hipster
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Hot
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Heart Sweater
goto clothing_choice
}
label orange_clothing
JOCELYN (admire)
(What orange outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Lovely
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Sporty
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Rose
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Peach
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Scotland
goto clothing_choice
}
label yellow_clothing
JOCELYN (admire)
(What yellow outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Sundress
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Sunny Day
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Lemon Fresh
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Vanilla
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Island Dress
goto clothing_choice
}
label green_clothing
JOCELYN (admire)
(What green outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Key Lime
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Seaweed
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Earth
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Forest
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Rebel
goto clothing_choice
}
label blue_clothing
JOCELYN (admire)
(What blue outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Ballerina
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Breezy
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Lace
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Blue Tube
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Rebel
goto clothing_choice
}
label purple_clothing
JOCELYN (admire)
(What purple outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Grape
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Dusty
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Fairy Dust
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Tribal
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Grape seed
goto clothing_choice
}
label pink_clothing
JOCELYN (admire)
(What pink outfit should I wear for today?)
choice
“Outfit 1” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Hot Pink
goto clothing_choice
} “Outfit 2” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Pinkie
goto clothing_choice
} “Outfit 3” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Cutie Pie
goto clothing_choice
} “Outfit 4” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Fashionista
goto clothing_choice
} “Outfit 5” {
@JOCELYN is dustoff_loop
@JOCELYN changes into Cherry Bomb
goto clothing_choice
}
label clothing_choice
JOCELYN (think)
(This outfit looks amazing on me! Should I wear it today?)
choice
“Heck yes” {
JOCELYN (admire)
(umm, have you SEEN this on me?? I look like a freakin’ goddess!)
NARRATOR (JOSALYN)
Ok then
}
“Nah, they are way better clothes in my wardrobe” {
JOCELYN (disappointed)
(Maybe i shouldn’t wear this today)
}

    JOCELYN (talk_happy_smile)
Should i wear this?

choice “Yes” {
JOCELYN (admire)
It’s perfect!!!

} “No” {

}

There’s no label up the top

Erase this since you already are asking them yes or no:

Just keep one of them, this one and add a label within it:

label clothing_choice
JOCELYN (think)
(This outfit looks amazing on me! Should I wear it today?)
choice
“Heck yes” {
JOCELYN (admire)
(Umm, have you SEEN this on me? I look like a freakin’ goddess!)
NARRATOR (JOSALYN)
OK, then.
}
“Nah, they are way better clothes in my wardrobe” {
JOCELYN (disappointed)
(Maybe I shouldn’t wear this today.)
goto dress_game01
}

Then at the top, put a goto for it (it shares the same name with the label:)

INT. ISLAND BEDROOM - DAY
#make the character stand here
label dress_game01
JOCELYN (think)
(What outfit should I wear to my first day of school?)

where should i put the label exactly and what label should i put?

Put the label before she thinks this.

You can have any name for your label (but the goto name needs to match, too in order for the goto to lead to the label). You don’t have to use dress_game01, you can name it almost anything you’d like (there are exceptions like no spaces for label names)

Start:
INT. ISLAND BEDROOM - DAY
label wardrobe
JOCELYN (think)
(What outfit should I wear to my first day of school?)

End:
label clothing_choice
JOCELYN (think)
(This outfit looks amazing on me! Should I wear it today?)
choice
“Heck yes” {
JOCELYN (admire)
(Umm, have you SEEN this on me?? I look like a freakin’ goddess!)
continue
}
“Nah” {
JOCELYN (disappointed)
(Maybe I shouldn’t wear this today.)
goto wardrobe
}

Everything in between should work fine. Like Jem said, I’ve used “wardrobe” here but you can use anything.

Thank you that worked and happy birthday i hope it’s great

1 Like

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