Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Vidian on September 26, 2007, 06:57:55 PM

Title: Input Number Command
Post 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?
 
Title:
Post by: Moosetroop11 on September 26, 2007, 09:07:51 PM
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.
Title: :O
Post by: Vidian on September 26, 2007, 09:12:23 PM
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!
Title:
Post by: Vidian on September 26, 2007, 09:23:30 PM
Yup, I tried it and It works like a charm.
Title:
Post by: Dele on October 01, 2007, 05:50:41 AM
Awesome rig, I'll have to try that sometime. :P