• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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