Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: maxine on June 23, 2005, 02:21:46 PM

Title: WTF Where is the password?!?!
Post by: maxine on June 23, 2005, 02:21:46 PM
Dammit !!! either way my eyes just rolls over the word called "enter password" or maybe its not existing

But where the heck is the password in RM2K3 ??? whats it called in the script area... :S:S:S
Title:
Post by: FFL2and3rocks on June 23, 2005, 04:33:35 PM
Key Input Processing.
Title:
Post by: maxine on June 23, 2005, 07:18:18 PM
but in RM2k3 You could make password with letters like

Whats the password?

Rabbit

Acsess granted.....
Title:
Post by: Sephiroth rocks on June 24, 2005, 11:09:44 AM
No but you can use Enter Hero Name for that. Like:

<>Message: "Tell me the password to pass!"
<>Enter Hero Name: [Unused hero]
<>Branch if hero [Unused hero] name is [password] then
   <>Message: "You may pass."
else
   <>Message: "That's not the password!"
end

I use it for cheats. But if you have a version older than 1.08 you'll probably need a patch to make Enter Hero Name work.
Title:
Post by: maxine on June 24, 2005, 12:28:26 PM
But wont that make the characters name different... Or no sorry lol thats only if u use variables stored with character ID... Hehe thanks ill try that out
Title:
Post by: Sephiroth rocks on June 24, 2005, 01:57:27 PM
Yes it does change the name, but just make a new hero in the database, without changing the hero settings, that never joins the party of affects the game in any way and use him for passwords.