I need a door pick mini game urgently!

Hi guys!, I’m in need of a mini game where the character has to choose between 3 doors, only 1 is the correct one, I need it urgently!, It doesn’t have to be with tappable overlays. it can be a simple thing of preference! :full_moon_with_face::full_moon_with_face:

Hi, I think the easiest would be to do a simple choice with a gain for the correct answer. So something like:

label door_mini_game
NARR
Which door will you choose?
choice (door_mini_game)
“Door one.”{
NARR
That is incorrect!
goto door_mini_game
}“Door two.”{
NARR
That is incorrect!
goto door_mini_game
}“Door three.”{
gain correct_door
NARR
That is correct!"
}

this is great!, thank you very much!

1 Like

You’re welcome!

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