Rich (BB code):/if (${Timer.Equal[SitToMedTimer]}) { /if (!${MeleeOn} && ${Me.Standing} && ${MedCombat}==2 && !${Me.Mount.ID} && !${Me.Casting.ID} && ${Me.TargetOfTarget.ID} != ${Me.ID}) /sit }
I'd recommend the ${Me.TargetOfTarget.ID} != ${Me.ID} check is removed, else a healer won't sit down after healing themselves, or an ench wont sit down after mezzing a mob (which has them targeted).
Hmmm. would have to add some sort of check as to the target not being yourself and not being the target of target of target OR if your target is you then sit or not. Would you want to sit after healing yourself? your sitting may of been what got you hurt..

