Posted 07 October 2012 - 10:04 AM
Hello Pros-in-cc,
I have a extremely noob question to ask. I am trying to let a turtle find out its location and put it into variables x, y and z, sadly I can't.
I setup my gps tower already and the turtle can find their location with "gps locate"
Sorry but I am new to lua and cc, so I can'y figure out lots of staff. And my english is limited.
Please help!
I have a extremely noob question to ask. I am trying to let a turtle find out its location and put it into variables x, y and z, sadly I can't.
I setup my gps tower already and the turtle can find their location with "gps locate"
Sorry but I am new to lua and cc, so I can'y figure out lots of staff. And my english is limited.
Please help!
rednet.open("left")
print("GPS calling for signal")
local x
local y
local z
x, y, z = gps.locate(5, true)
This is wrong, right….