Question times pls

so I’m making a asym horror kind of thing, where players have to cleanse scriptures/relics, and it relays on the questioner as a skill check. Basically each question, 3 of the answers all have the same 5 symbols in the same order. You have to find the one that’s slightly different to sort of like correct it and make progress.

Basically I wanna know if there’s a memory friendly way to put the questions on a timer since I don’t seem to see a system like that built in.

Would this be a multiplayer game, or a solo game?

1 Like

multiplayer 4v1 game

The simplest way I could see this happen is you activate a timer while you activate the Questioner. However, I wouldn’t recommend going through this method as players of your map through Discovery will be using other kits that aren’t the one you put into the questioner.

If you still want to go through this method, I recommend following this guide for the timer:

Go into your Questioner and ensure the “Closeable by player” setting is set to “No”, and make the “When question answered incorrectly, transmit on” and “When answering screen closed, transmit on” settings relay on a channel.

Afterwards, add a Counter, Checker, and Property. Name your Property and then go to your Counter. Select “Yes” for the “Update Property” setting and input the name of the Property you just named. Then, put the channel name transmitting from the Questioner into the “Increment counter when receiving on” setting.

Now head into your Checker. Make it run a check when the timer from the guide I linked above completes. Then set a Check for the “Value of Property” and plug in the property name in the “Property” setting. Set the “Comparison” to “Equal to” and the “Value” to 2. Then you can use channels in the “When check passes, transmit on” and “When check fails, transmit on” to activate effects in your game if the player passes or fails the skill check.

Finally to ensure nothing breaks, head back into your Questioner. Head to your “Close answering screen when receiving on” and put in both transmitting channels from the Checker into the setting. Ensure that you separate them with commas (Ex. TRUE, FALSE). This is so that when the check runs, the questioner will be closed. Then add a channel in the “When answering screen opened, transmit on” maybe something labeled RESET. Then head into your Counter’s “Reset counter when receiving on” setting and put the RESET channel and maybe the TRUE and FALSE channels for good measure.

Quite a bit to wrap your head around isn’t it? I’m here if you have any questions though!

1 Like

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