Tappable Clues!

Does anyone know how to make the reader collect clues? I’ve already made it for one clue but it’s making the clues only able to be tapped one at a time in an order. I would like all clues to be tappable at the same time.
This is the script:

label cluesone
@MC is idle
&zoom reset
tappable [pan:1:4] “NOTE” {
@cut to zone 3
@MC walks to spot 1.079 222 107
@MC faces left

    MC
What's this?

@MC is reach_kneel_neutral_rear AND MC faces right

@pause for 0.5

@add Sheet Paper White to MC
&overlay NOTE clear
@MC is standup_neutral AND MC faces left
@pause for 0.5
@MC is read_paper_neutral
@pause for 0.5
@zoom on 891 396 to 203% in 5
MC (read_paper_neutral)
|color:red|“I want you all to feel as I do.” -K

@pause for 0.7

    NARR (MC)
I read that letter and with each word, my heart skipped a beat.

    MC (talk_sad_timid_loop)
That sick bastard...

@pause for 0.7

@MC is idle_argument_angry_loop

@pause for a beat
goto cluesone
}

I think you have to use & instaed of @. But I’m not sure.

@Dara.Amarie Can you help?

1 Like

It’s okay, I got the help I needed!

1 Like