Choices aren't working - Important!

In the preview when my script get’s to this line, I click a choice but it doesn’t do anything. It doesn’t work.

—Here’s my script

choice
“Kiss Him”{

@JONAH +2

readerMessage Jonah +2

@VERONICA is kiss_passionate_loop_rear AND JONAH is kiss_passionate_loop

@pause for a beat

@pause for a beat

@JONAH is kiss_playful AND VERONICA is kiss_playful_rear

@pause for a beat

    VERONICA (rear)
As much as I'd love to continue..

    VERONICA
We better get going.

    JONAH (flirt_wink)
We can continue..

@VERONICA is eyeroll

}“Don’t kiss”{

@JONAH -1

readerMessage Jonah -1

    VERONICA (rear)
Let's get going.

@JONAH is think

}

1 Like

If it’s LL, it should be like this

choice
“Kiss Him”{

@JONAH +2

readerMessage Jonah +2

@VERONICA is kiss_passionate_loop_rear AND JONAH is kiss_passionate_loop

@pause for a beat

@pause for a beat

@JONAH is kiss_playful_loop AND VERONICA is kiss_playful_loop_rear

@pause for a beat

    VERONICA (rear)
As much as I'd love to continue..

    VERONICA
We better get going.

    JONAH (flirt_wink_happy)
We can continue..

@VERONICA is eyeroll_subtle

}“Don’t kiss”{

@JONAH -1

readerMessage Jonah -1

    VERONICA (rear)
Let's get going.

@JONAH is think_rubchin

}

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