#Trigger on healable NPC
1 messages · Page 1 of 1 (latest)
i don't believe there's a default trigger for that, you can use a custom trigger for it like this:
custom - status - events - PLAYER_TARGET_CHANGED, UNIT_FLAGS:target in events
custom trigger:
function()
return UnitCanAssist("player","target")
end