Raziol
03-11-2014, 11:39 PM
Please, implement this funtion and Item:isReachable() because skinner stucks walker when body is behind wall :((((
--- Is creature reachable.
-- Returns true if the creature is reachable
-- Class Creature
-- @return string Not implemented
function Creature:isReachable()
return "Not implemented"-- isPathFound(self:Position())
end
:D
--- Is creature reachable.
-- Returns true if the creature is reachable
-- Class Creature
-- @return string Not implemented
function Creature:isReachable()
return "Not implemented"-- isPathFound(self:Position())
end
:D