Need help. How to click things in order Created 7 years ago2017-01-24 05:03:45 UTC by twitch1 twitch1

Created 7 years ago2017-01-24 05:03:45 UTC by twitch1 twitch1

Posted 7 years ago2017-01-24 05:03:45 UTC Post #333159
What is the best way to setup three or four different things you have to click on (in order) to make something open? (like a door opening) And if you click on something out of order, everything resets or a penalty/trap happens.
Posted 7 years ago2017-01-24 05:32:30 UTC Post #333160
I would imagine a game_counter that increments as you "click" each thing. Each thing targets the penalty/trap except the first, which targets a multi_manager that in turn targets the game_counter and a trigger_changetarget on the next thing. trigger_changetarget makes the next thing target the next multi_manager (set up like the first one). (To make repeatable, penalty/trap also triggers a game_counter_set that resets the counter back to zero, and trigger_changetargets that reset the things' targets.)

If that was confusing, I could try to elaborate.
Jessie JessieTrans Rights <3
Posted 7 years ago2017-01-24 05:35:40 UTC Post #333161
It's your basic CODE LOCK setup.
Search on this site, you should get a few examples.
You must be logged in to post a response.