Posted 05 August 2013 - 09:25 AM
Um… How do I go about doing this? I'm a native Python coder, so I'm quite unfamiliar with Lua, but I'm trying to use the flow API.
I have flow saved as 'flow' in the root directory of the turtle.
My test program is as such:
However, it throws me a test:1 attempt to call nil.
I have flow saved as 'flow' in the root directory of the turtle.
My test program is as such:
local flow = require "flow"
flow.setPos(0,0,0)
flow.setWaypoint("home")
flow.setWaypoint("there", 10, 1, 0)
flow.goto("there")
However, it throws me a test:1 attempt to call nil.