Can't really test it on dummy so the trial and error part is painful

Here's what I came up with: I want to FD of I pull aggro, thought the health check was a good way (if the boss is smacking him).
Code: Select all
holyshit0=/if (${Me.PctHPs}<75 && ${Target.Named} && ${Melee.Combat} /casting "Osiris, Gate to the Underworld"
Not sure what I'm missing here.