Introduction
This script provides an interactive Ruby console through the RGSS Console with a number of advanced features. This is primarily a scripter's tool.
In addition to the core script, you may also download a zipped package of default external macros which provide a number of useful tasks and general enhancements to the basic SES Console. The latest macro package may be downloaded from GitHub -- the latest release of the SES Console should have a .zip archive attached to it which provides the entire macro package ready to be placed in your configured macro directory. The package may be found here:
v1.1 (April 15th, 2014) - Fixed a potential recursion issue.
v1.0 (April 8th, 2014) - Initial release.
Features
Provides an IRB-like REPL for RMVX Ace.
Supports user-defined macros stored as external Ruby files.
Includes a default package of useful macro files.
Allows entering multiple lines of input for evaluation.
Users may step into and out of any Ruby object known at runtime.
Screenshot
Spoiler
How to Use
Due to the length of the usage interactions, detailed usage information for this script is available from the source repository where the script is stored. Specifically, usage information is provided in the README.md file.
Installation
Place this script below the SES Core (v2.0) script (if you are using it) or the Materials header, but above all other custom scripts. This script does not require the SES Core (v2.0), but it is recommended.
Credit and Thanks
Solistra
Enelvon
Author's Notes
This script is made available under the terms of the MIT Expat license. View this page for more information.