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 = Object("dead")
if dead then
    -- Do something with the dead object
    print( dead.name )
end