RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Request] Various Puzzles

0 Members and 1 Guest are viewing this topic.

****
MONOCLE MAN
Rep:
Level 89
-::Gone::-
Hi, I was wondering, can someone help me make puzzles in game? Heres an example of one I need to make:

There are two switches, you need to stand on them both to open the door, and there is a boulder.

You can push the boulder onto one of the switches, and it will go down, and you stand on the other one.

How can I do something like that?

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
Use variables for the boulder's x and y value.

Then, if x = switch x value and y = switch y value, door opens.