How to make a type-in system in gimkit?

So you know in Amanda The Adventurer, you can type in the blank slots the answers, I wanna recreate that in Gimkit, but I don’t know how. Any ideas?

Like this but in gimkit where you can type in the slots:
Screen Shot 2024-11-10 at 9.09.25 AM

Memory Efficient Trigger Keyboard :exploding_head: (Only takes 1% memory)

Great the only problem in looking through this one is how does the slots reset if you type in the wrong answer.

Make a block that checks for the awnser when it’s summited.

If (get property "idk" = "awnser")
Do (broadcast message on channel "win"
2 Likes

Great just two more questions (sorry if this is a lot :sweat_smile:)
How do I make it so that if it fails check, it resets the blanks.

Also how to make it so it doesn’t activate on game start, but after a pop-up.

Set property "awnser"
value ""
2 Likes

The second question you could use a channel to activate the triggers when popup closed.

1 Like

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