Please Help! How do I make the reader wait for the character to get changed?

I need help!!! So I’m making my first story and I want to make the character change clothes. I’ve done all the commands correctly but when they exit the screen to get changed, they don’t even reach the screen exit and just ‘changes’ instantly to a different outfit. Any ideas on how to make it ait when the character exits the screen?

Here are the commands/coding

choice
“Chilled”{

@SILVIA exits right

@SILVIA changes into Chilled

@SILVIA walks to screen center in 2

    SILVIA (think_rubchin)
(Is this what I want to wear?)

choice
“No, let me change again”{

goto clothing_choice

}
“YES, I look great!”{

    SILVIA (primp_neutral)
(Perfect)

}

}
“Chic”{

@SILVIA exits right

@SILVIA changes into Chic

@SILVIA walks to screen center

    SILVIA
(Is this what I want to wear?)

choice
“No, let me change again”{

goto clothing_choice

}
“YES, I look great!”{

    SILVIA (primp_neutral)
(Perfect)

}

}
“Fierce”{

@SILVIA exits right

@SILVIA changes into Fierce

@SILVIA walks to screen center

    SILVIA
(Is this what I want to wear?)

choice
“No, let me change again”{

goto clothing_choice

}
“YES, I look great!”{

    SILVIA (primp_neutral)
(Perfect) 

}

}

Sorry, I just changed it

1 Like

@SILVIA exits right
@SILVIA changes into outfit
@pause for 1.5 or any amount of time you want
@SILVIA walks to screen center in 2

1 Like

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