Before you can edit anything, you must find the .rvdata2 files, which are the standard save format for RPG Maker VX Ace.
Once changes are made, click the "Download" or "Export" button to get the modified file.
variables : Internal game triggers (useful for skipping quests).
Since .rvdata2 files are serialized Ruby objects, they cannot be edited with a standard text editor like Notepad. You will need specialized tools: Save Editor Online
Searchable values for gold, items, and internal game variables. RPG Maker VX Ace Debug Extension
For developers or those with access to the game project, the Yanfly Debug Extension allows for in-game editing during playtests.
The editor will display a list of data. Use the search feature to find specific terms: gold : The amount of currency in your inventory. level : Your party members' current levels. hp / mp : Current health or mana values.