Add a cheat system into your rmvx/xp game!
First off, if you dont like reading, check out the video here:
First off, make a item called 'Cheat Book' or 'Cheat' or something you want to call it.
Then make a common event for the item, and turn consume off and make its occasion only from the menu.
In the common event, make text: Please enter a cheat code
Put a name input processing for an actor. Make the actor have no graphics and no name.
After that, make a conditional branch to see if the actors name is: Whatever you want the cheat to be.
So if you wrote in money for the cheat code, make the conditional branch see if the actors name is 'money' and if so, show the text: You entered the money cheat and gained 1000 gold.
Or if not, show the text: Incorrect cheat code
You can customize how you wish :-)
Thats it!
-Banditred2
Ps. To make it more unique, add a sound (ME) if the player enters the correct cheat code.