Hi Red,
Would you please add an event to Player for detecting when the player changes focus to a new Quickslot?
I understand that currently I can use PlayerKeyEvent but I think for that method, I would need to register 5 listeners (one each for keys 1-5) and I don't know if that will trigger on changing the slot with the mouse wheel. A dedicated PlayerChangeQuickSlotFocus event would allow me to do something like this:
Thanks!