“Dressing game” / help

I have the “dressing game” all coded out and everything works, BUT, my character stands looking at the screen for SOOOOOO long once she changes. Is there a way to make it so she doesn’t just stand there before the choice bubbles reappear?

I have it coded as
choice
“Outfit one” {
@CHARACTER is dustiff_neautral_loop
@CHARACTER changes into x
@pause for a beat
@CHARACTER is idle

}
And then all the other outfit choices

Maybe instead of her being idle, she poses or rubchin to think about what she chose, or idle_handsonhips_neutral, I think the standing idle after the pause makes it look longer.

1 Like

EDIT-
Ignore this it’s wrong (I was thinking of customisation) I was half asleep :sleeping: have you fixed the issue now?
After @CHARACTER is idle you need the goto for the dress game label
You spelt dustoff wrong too if you didn’t realise :grin:

choice
“Outfit one” {
@CHARACTER is dustoff_neautral_loop
@CHARACTER changes into x
@pause for a beat
@CHARACTER is idle
goto label_name
}

Hello @higgy_wiggy, this is Sydney the moderator. Welcome to the forum. :smiley: Moved this to Directing Helps and Tips since it involves 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.