This commit is contained in:
Crispy 2025-05-27 03:02:53 +02:00
parent 1ff3cea4d6
commit 5422d52065
21 changed files with 21953 additions and 369 deletions

View file

@ -90,7 +90,7 @@ function returnhome()
_G.position = position
end
function lookat(target)
print("lookat")
print("lookat"..target:tostring())
while (position+facing).x ~= target.x
or (position+facing).z ~= target.z do
greedystep(target)