- Joined
- Oct 15, 2012
- Messages
- 149
- Reaction score
- 37
- First Language
- ENG/SPA
- Primarily Uses
- RMMV
Hello. I am not sure of how to do this. I am trying to have a defined variable to be saved so it can be remember throughout the game.
I am not talking about the RPG Maker variables, but about JavaScript-defined variables.
I am trying to have a prompt for the player to input a certain string, but said string is erased after the event runs.
Thanks in advance!
I am not talking about the RPG Maker variables, but about JavaScript-defined variables.
I am trying to have a prompt for the player to input a certain string, but said string is erased after the event runs.
How can I save the "doorpass1" variable for later use in the game?var doorpass1=prompt ("PLEASE INPUT THE PASSWORD FOR ACCESSING THE VAULT:");
Thanks in advance!
