This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
tman11598's profile picture

Technic gps issues

Started by tman11598, 18 December 2012 - 02:34 PM
tman11598 #1
Posted 18 December 2012 - 03:34 PM
Everytime i log off of technic my gps tower stops transmitting, and if i put the gps command in a program it bugs out… This is in 1.2.5 (duh..) and CraftOS4.0. Any tips or do i have to keep telling it to do it? disk drives are no issue as long as you provide the program typed out, im no good yet with programming…
PixelToast #2
Posted 18 December 2012 - 04:03 PM
this belongs in "Ask a pro"

you have to edit startup and put:
shell.run("gps","host",x,y,z)
that will make it run at startup whenever the computer is loaded
only runs if the computer was on when it was unloaded
tman11598 #3
Posted 19 December 2012 - 10:32 AM
Thanks!!!