Devlogs
Patch Notes for 14 of March 2022
Happy PI Day! I got some more plugins for you all and a few updates.
- New Plugins (3)
- Custom Game Error
- This plugin allows the developer to create custom error messages in their game when things go bad.
- In Event Comment
- This plugin allows the developer to block comment out event code in either play test only or completely.
- SwitchSetter - Collaboration with Kurochan
- This plugin allows the developer to quick way to find switches via both ID and by name.
- Updated Plugins (4)
- Better Show Battle Animation
- Now utilize the Generator updated plugin command optimization with the interpreter
- Fixed death animation triggers to trigger properly when an enemy is dead
- Choice Location
- Identified a conflict with command101 functionality in GALV_MessageStylesMZ, this plugin must be placed below it
- Delay Switches and Variables
- Now utilize the Generator updated plugin command optimization with the interpreter
- Restore Event Commands
- Now utilize the Generator updated plugin command optimization with the interpreter
- Fixed the event 0 or in other words "this event" case
- Generator Update
- Replace anonymous functions in plugin commands with a proper function. This allows the Game_Interpreter to be passed through the plugin command.