
"The Champion" (VGM p. 212) has two weapon attacks that deal damaged based on their HP. I've set up token actions for my PCs to help speed combat. I'd like the Champion to either query me, or make the determination on it's own and use the attack macro....and that's where it gets difficult. If I write a macro query asking me about the health, then call another macro/ability/attribute, the way the system processes things jumbles the query. Seems an easier solution was to write an API, check the health on Bar 1, then fire the Greatsword or Greatsword+ macro....but you can't easily fire macros from the API. Essentially: !ChampionAttack with @Bar1 sent to API.......----> Bar 1 < 50%. ----> Greatsword+ Bar 1 > 50% -----> Greatsword Any suggestions?