Blizz-ABS disables the default button variable system which is crucial for the conditional branches I need for my event system. Basically, one character in my game has a skill which renders them in a magic user state.
The player is changed into a cursor, while the character remains stationary and based on which key is pressed magic is executed on whatever or whoever the cursor is on top of. The conditonal branches work off of which key is pressed but Blizz ABS automatically disables that system when it takes over controls, regardless of whether or not the Default RMXP controls are set
ADD-ON/FIX
Scripts In USE:
Blizz-ABS 2.8
-Auto-Target Addon
-Rapid Fire Addon
-Quick Weapon switch Addon
Dublealex AMS4
Tricksters Multiple Inventories
Wortana's Backup
Zero's/CCoa Advanced Weather
Game Guy's Snapshot
Details:
I need to be able to use conditional branches based on button presses