partyHealthAround

Returns the party health percentage around a unit of all party members within a range.

partyHealthAround(unit, range) : number
-- alts
partyhealtharound(unit, range) : number
partyhealth(unit, range) : number

Example

if partyhealth('target', 30) < 30 then
-- Party health is low around target, you should heal.
end