• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Marin's Scripting Utilities

v20 Marin's Scripting Utilities v1.0

This resource pertains to version 20 of Pokémon Essentials.
  • Updated to Essentials v20
  • Fixed a bug with the v19 port.
  • Updated Bitmap#save_to_png and ByteWriter to work with the newer Ruby version.
  • Updated to v19.
  • Updated to v18.
- Added a rand method with more functionality than the default
- Fixed an issue with integers as SpriteHash keys
  • Added pbGetActiveEventPage(event) which determines which page is currently active for the passed event.
Updated to v1.1:
  • Now includes p_err, p_msg, p_info, and p_question. These provide message boxes with proper icons.
  • Crashes that happen while the game is running (so AFTER all class initialization and stuff) will now use p_err. You can choose for a double backtrace (the default Interpreter's and this new one), or just the default Interpreter's.
This p_err is used by Marin's Compiler.
Back
Top