Implemented World::probe_lua_call and tested
This commit is contained in:
@@ -50,6 +50,7 @@ function engio.myfunction(actor, place, a, b, c)
|
||||
pprint("A:", a)
|
||||
pprint("B:", b)
|
||||
pprint("C:", c)
|
||||
return {13, "chicken", {2,3,4}, false}
|
||||
end
|
||||
|
||||
function engio.move(actor, place, action, xyz, facing)
|
||||
|
||||
Reference in New Issue
Block a user