1
Fork 0

Last try making an api :<

This commit is contained in:
unknown 2012-05-02 15:29:44 +02:00
parent f530d034ad
commit 8aa8ec5da0

View file

@ -1,10 +1,8 @@
local args = { ... }
package.path = package.path .. ";" .. "lib/?"
-- local turtle = require "turtlePlaceholder"
local utils = require "utils"
local utils = dofile("lib\\utils")
local turnedLeft = nil
if args[1] == "rightturn" or args[1] == "leftturn" then