• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
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