Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Vidian on September 26, 2007, 06:57:55 PM
-
Hey all.
My Problem/Question is;
I'm trying to make a password system using the Input number command.
I dunno if this can even be done.
The "4" digit password is stored into a variable, but from experience I know the Variable stored there will only be "1" number, not the "4" different ones but Presumably all the number added together.
Which doesn't make it a true password entering system.
Does anyone know a way I can make a working Number password system?
-
Well, I have a crude one. You probably want a better one but for now... If you use 'enter hero name' for the password, making it name an empty character, you can then make a conditional branch saying "If hero name: 1337" or whatever. Therefore only that password will work.
-
Well, that could Actually work.
Infact. It will.
Having Letters could definitely have its advantages for the Passwords.
and I didn't even think of it.
Thanks Moosey!
-
Yup, I tried it and It works like a charm.
-
Awesome rig, I'll have to try that sometime. :P