| Tutorial: | Numerical Password |
| Difficulty: | Beginner |
| RPG Maker: | 2000/2003 |
| Author: | Thejackyl |
Why use numerical passwords?
You can use it for puzzles, add special feature that are unlock via inputting a number. It is useful for various reasons.
What do I need to know
- Input Number
- Variables
Ok, I wanna make a puzzle
Alright you'll need two variables [Guess], and [Answer], and first, you'll need to set the answer, Second you'll add the actual "Input Number" code.
Finally you'll check to see if the answer is right, and then Reward and Punish, if they are right or wrong.
<>Variable: [Answer] Set 1234
<>Input Number: 4 digits, [Guess]
<>Conditional Branch: If [Guess] = [Answer]
<>Reward {Whatever you want to put here}
<>Else
<>Message: Wrong Password
<>End
<>End
Click to Return to the Tutorials Page