How do i make it so if a player fills up their energy (by 10) using a questioner, and once they reach the limit, the questioner closes?
wow. this seems simple but isn’t.
1 Like
Each time a question is answered a checker should be used to check if the amount is equal (or greater than) the energy limit, and if it passes, wire it to close the screen.
Use a item manager to create a limit.
3 Likes
Make the energy a property, then add block code that makes the property stop, and deactivate the questioner with a channel.
Bump.
Also, some of the comments are kind of confusing.
What was wrong with T_Sonic54’s answer? That sounds like it would work to me…