Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RESOLVED] Need help setting up an event.

Started by Sigma, June 04, 2007, 10:04:38 PM

0 Members and 1 Guest are viewing this topic.

Sigma

It's a simple puzzle in theory of inputting a three number code into a computer which will unlock a door.
How do I go about doing this? I'm sure variables are involved somewhere.

modern algebra

There is an event command called Input Number on the first page I think about 5 commands down in the first column. Do that, allow for three digits, store it to a variable, then use a fork condition to test that the value in the variable = the code.