I'm trying to use the EventDispatcher (com.runemate.game.api.script.framework.core.EventDispatcher) to fire a custom event I created.
It's not working (its not dispaching) and I can't figure it out why.
Custom Event:
package com.TheVTM.bots.BonePrayer.Events;
import...