Dead
dead
This fakeunit finds the near dead player.
Returns guid/key
- Returns the nearest dead player.
Examples:
-- DSL Mode
{ACTION, ACTION, "dead"},
-- Lua Mode
local dead = _A.OM:Get('Dead')
for _,Obj in pairs(dead) do
-- Do something with the dead object
print( dead.name )
end