The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: coolkid25344 on October 08, 2006, 05:44:30 PM

Title: I need a tutorial on how to input numbers
Post by: coolkid25344 on October 08, 2006, 05:44:30 PM
I want someone to have to input a 5 digit code to move a switch, is this possible and if it is how can I do it?
Title: Re: I need a tutorial on how to input numbers
Post by: Naphe on October 08, 2006, 05:48:45 PM
Create an event

Have it ask for a 5 digit code.

Then make a conditional branch and have it = the desired number to make the switch move

Choice A: Make a move event, and set it to "this event" and make it move out of the way.
Choice B: Change Event Location and teleport it out of the way

End Processing Event
Title: Re: I need a tutorial on how to input numbers
Post by: coolkid25344 on October 08, 2006, 07:47:59 PM
Wow thank you so much that rely helped!
Title: Re: I need a tutorial on how to input numbers
Post by: Naphe on October 08, 2006, 07:51:43 PM
No problem, just help me out if I should ever been in need of it.