How to code a pause before a choice?

This is my code and I want to add pause for 0.01 before the choice displays

MC FRIEND1 (talk_flirt_coy)
That piece of chocolate is hot.

@zoom on MC to 300%
MC (talk_flirt_charming)
(I wish I had the guts to talk to him.)

I want to code the @pause for 0.01 here

choice “You have a boyfriend remember…” {

    MC (talk_apathetic)
You have a boyfriend remember...

} "You’re guy’s waiting for you at home… " {

    MC (talk_apathetic)
You're guy's waiting for you at home.

}

1 Like

@pause for #
@speechbubble is x y to 0%
NARR
Dialogue.
choice “option 1” {

} “option 2” {

}

It just makes the speechbubble invisible so there’s no dialogue or narration appearing to the reader and you still get your pause before the choice pops up. (:

1 Like

Make the pause before you type in the character’s dialogue, and remember, choices have to immediately follow dialogue and you cannot put a pause in between the dialogue and the choice.