So I wrote a downshit for my caster DPS to make them sit during combat. The only issue I'm having is they were getting aggro and then sitting at random times. I added in the last part: ${Target.PctHPs}<95. Is there a better way to do this? Is there something that designates if I have aggro so that the wiz doesn't sit when he has aggro?
downshit0=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Moving} && !${Me.Casting} && ${Me.Standing} && ${Target.PctHPs}<95) /sit
downshit0=/if (${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && !${Me.Moving} && !${Me.Casting} && ${Me.Standing} && ${Target.PctHPs}<95) /sit

