Introduction
This plugin will let you change the size of events, so that they trigger collisions and events on a bigger area
How to Use
First of all, activate the plugin on your plugin manager.
There are 4 tags that can be used to configure the event hitboxes:
<hitboxX:0>
<hitboxY:0>
<hitboxWidth:1>
<hitboxHeight:1>
The hitboxX and hitboxY tags are used to relocate the top left position of the hitbox. The default value is 0.
The hitboxWidth and hitboxHeight tags are used to resize the hitbox. The default value is 1.
All values are on tiles. If you change hitboxX to -1:
<hitboxX:-1>
then the hitbox will start one tile to left of where it would usually start.
Those tags can be added to the event notes. If you want a different size for a specific page, you can add those tags on a comment on that page and the plugin will understand that it should use that configuration for that specific page.