I have a hostname on it because i put an old hard drive in there
oc version is 1.7.4.153
Running the same snippet on a Creatix throws the same error:
I haven't done anything to the creatix, I placed it, and then pasted the snippet into the lua interpreter.
Hey, I'm trying to make a babby's first robot, and I'm already hitting some blockades
All my code so far:
local r = require("robot")
r.forward()
However, when I run this snippet, I get an out of bounds error as seen here:
This also happens with some few other functions. (for example: place and detect)
I'm convinced that this is not an error on my part, but I hope someone can prove me wrong.