partyHealthAround
Returns the party health percentage around a unit of all party members within a range.
partyHealthAround(unit, range) : number-- altspartyhealtharound(unit, range) : numberpartyhealth(unit, range) : number
Example
if partyhealth('target', 30) < 30 then -- Party health is low around target, you should heal.end