RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
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.