diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 08:39:26 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-06-11 08:39:26 +0100 |
commit | 23ffc0d0da463ec75de50a1e2b16da2075d4b2b7 (patch) | |
tree | 52a100645973d20656336f310eed5edbebc9de25 | |
parent | 7b106ab859808ab7a5f718ddb2bc28cce07c4770 (diff) |
updated rat do_custom example
-rw-r--r-- | rat.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, ]] --[[ |