HOW TO: Change into different outfits (FOR BEGINNERS!)

You click oufits after the characters then you click new outfits and you can name anything for your outfits.

I did a template here, for example:

@YOU stands screen center AND YOU faces left AND YOU is stand_up

label dressing_game_1

    YOU (talk_exhausted)
Time to get change.

choice “Casual” {

@YOU exits left

@YOU changes into YOU_Casual

@YOU enters from left to screen center

} “Geek” {

@YOU exits left

@YOU changes into YOU_Geek

@YOU enters from left to screen center

} “Hippie” {

@YOU exits left

@YOU changes into YOU_Hippie

@YOU enters from left to screen center

}

    YOU (talk_think)
(Do I want to wear this one or choose something else?)

choice “Choose this outfit” {

    YOU (talk_preen)
Yep, this is the one.

} “Try something else” {

    YOU (talk_exhausted)
No, this is not the one.

goto dressing_game_1

}

Hope this helps!
Plus, don’t forget to like :slight_smile:

2 Likes

That’s really helpful! :grin: Also if anyone needs VISUAL TUTORIAL, check out @JosephEvans 's tutorials on Youtube.

1 Like

If you want to change an outfit without that because that you can only use once in one episode you can use this:

@CHARACTER changes mouthColor into Blush or whatever you want
@CHARACTER changes hairColor into or whatever you want
@ANNEKE changes hair into Layered Hair or whatever you want
@ANNEKE changes into OUTFIT or whatever you want

MAKE SURE IT IS WELL WRITTEN FOR EX messy back bun is Messy Back Bun
And your outfit name needs to be correct.
Make sure you copy/past these changes in every scene change or your character will go to default.
xxx