Skip to content
Snippets Groups Projects
Commit 23ffc0d0 authored by TenPlus1's avatar TenPlus1
Browse files

updated rat do_custom example

parent 7b106ab8
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ mobs:register_mob("mobs_animal:rat", {
local pos = self.object:getpos()
print("rat pos", pos.x, pos.y, pos.z, dtime)
return false -- return but skip doing rest of API
end,
]]
--[[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment