Dressing game?.................help

Hi, can someone make a dressing game for me. so the reader can choose from three differnt clothes

label choosing_outfit

    CHARACTER (think)
(What should I wear for my first day?)

choice
“Outfit 1”{

@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into CHARACTER_OUTFIT1

}
“Outfit 2”{

@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into CHARACTER_OUTFIT2

}
“Outfit 3”{

@CHARACTER is dustoff_loop
@pause for a beat
@CHARACTER changes into CHARACTER_OUTFIT3

}

@pause for a beat

    CHARACTER (talk_think)
(Should I wear this?)

choice
“Yes”{
CHARACTER (talk_exclaim_yes)
Love it!

}
“No”{

goto choosing_outfit

}

thank you

No worries! :slight_smile:

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

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