Save-Point
Custom Debugger - 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)
+--- Thread: Custom Debugger (/thread-2750.html)



Custom Debugger - RPG Advocate - 03-03-2008

Custom Debugger
Script by RPG Advocate



Introduction
This script adds many features to the debug screen (access by hitting F9 during Test Play). When editing variables, you can now push C to enter the variable's value, like in RPG Maker 2000 and 2003. You can also push X to multiply the variable by -1. By pushing X when the left window is active, you can open the Debug Command window (see images). Each option is described with its controls below:

Heal Character: Lets you heal a character.
C Button: Recover the character's HP, SP, and status.
X Button: Recover the character's HP only.
Y Button: Recover the character's SP only.
A Button: Recover the character's status only.
God Mode: If this mode is on, your characters will be ultra-powerful.
Money: Enter the amount of money you want to have in the number window.
Encounters: Decide whether you want random encounters on or off.
Items/Weapons/Armor: Lets you add or remove items, weapons, or armor from the party's inventory.
Right: Gain 1 copy of the item.
Left: Lose 1 copy of the item.
X Button: Lose 10 copies of the item.
Y Button: Gain 10 copies of the item.
Teleport: Teleport to a preset destination. You'll need to edit the script yourself to add destinations.
Walk Speed: Choose one of the six walk speeds for the player character.
Save: Allows you to save anywhere, regardless of whether saving is enabled on the map or not.


Demo
>Click<


Script
Custom Debugger