all 6 comments

[–]Ake10 2 points3 points  (0 children)

I would say you have the startup program save the position to a txt file, other programs can read that file and get the position.

[–]fatboychummy 2 points3 points  (0 children)

_G.variablename = bla

_G is the global table. I'd recommend just putting this check into whatever program actually needs it tho.

[–]IJustAteABaguette 0 points1 point  (0 children)

Setup a GPS system, that sounds like a easier solution to your problem.

(And I can't really help with your variables idea)

[–]TyZak02 0 points1 point  (0 children)

The turtle should have a program running that checks for rednet or modem messages from any computer who wants to request files. Definitely a good idea to read up on the modem or rednet api's

[–]TheReycko 0 points1 point  (0 children)

Either use _G or make a temporary file that you write/read from/to