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.

Whats the event code to make this:

Started by Duelpro, April 10, 2007, 05:35:00 AM

0 Members and 1 Guest are viewing this topic.

Duelpro

I made an event where the player has to press 4 diffrent switches
in the right order.
How can i do this?

modern algebra

Well, first switch make it add 1 to variable.

For the second switch, make a new page which requires that variable to be 1 or more. Make it also add 1 to that variable.

For the third switch, make a new page which requires that variable to be 2 or more. Make it also add 1 to that variable.
 
For the fourht switch, make a new page which requires that variable to be 3 or more.

Renkai