if not lama then --check if the api is loaded. Bad things happen if it is.
os.loadAPI( "lama" ) --load the api
lama.overwrite() --overwrite _G.turtle, will overwrite a table instead if given one
end
--use turtle commands normally, _G.turtle has been overwritten
--Get the position of the turtle
local x, y, z, facing = lama.getPosition()
--Set the position of the turtle (facing is optional)
lama.setPosition( x, y, z[, facing] )
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
License
dirthsj/LAMA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published