Extra Gold ACE - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: Extra Gold ACE (/thread-9363.html) |
Extra Gold ACE - kyonides - 09-12-2024 Extra Gold ACE
by Kyonides Introduction Usually you could just change a method in the Game_Party class to set a permanent limit for the amount of gold the party can keep in its purse. This scriptlet pretends to override that by allowing you the game developer to change the Maximum Gold Limit in game at any given time. It includes several script calls for your convenience so please read the instructions, namely the Script Calls section of my scriptlet. By the way, I forgot to mention that you can also set an initial maximum limit by modifying the value of the MAX_GOLD constant. It's the only constant there so you won't miss it! There are no screenshots for this changes had never relied on any GUI at all. Code: # * Extra Gold XP & ACE Terms & Conditions Free for use anywhere. Include me in your game credits! That's all, folks! |