Can you please help me? 😶

I desperately looking for someone who knows what to do :sweat_smile:
I’m trying to make the player tap on the outfit he wants and when he taps the character wears the chosen outfit :sparkles:

I ask everyone I could ask so I came here :woman_facepalming:
Thank you for your help! :heart:

1 Like

choice{
goto label
}
label
tappable
“blah blah”{
statements
goto label
}

Blah blah would be pick this outfit or whatever you want them to do!

1 Like

Thank you so much !!! :heart:
You don’t even wanna know how much time did I searched this temples :woman_facepalming:

tappable
“OUTFIT_OVERLAY_NAME” {
@CHARACTER changes into Outfit
}

1 Like

So what will work better?

You’re using tappable overlays, and you want them to change into the outfit once they tap on the “overlay”, correct?

It’s the same way as a regular choice dressing game. Just change the word choice into tappable and inside each tappable option, have the character change into the outfit of choice.

1 Like

Ok thank you!

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