These scripts do everything to manage the minutiae of play, so the player can focus on other things. Specifically these: Allow the player to pre-buff before any fight by pressing the "B" key. I hate pre-buffing, it is tedious to go through all spells and manually cast. Additionally,...
IF Global("BDAI_NO_ARCANE","LOCALS",0) Global("BribedCowled","GLOBAL",0) ActionListEmpty() InParty(Myself) AreaType(OUTDOOR) OR(7) AreaCheck("AR0020") AreaCheck("AR0300") AreaCheck("AR0400") AreaCheck("AR0500") AreaCheck("AR0700") AreaCheck("AR0900") AreaCheck("AR1000") THE...