6 posts
Posted 25 March 2012 - 03:19 PM
Is that possible?
80 posts
Posted 25 March 2012 - 03:22 PM
Yes. Put this in startup:
x = 1
y = 2
z = 3
shell.run("gps",x,y,z)
Change "1", "2" and "3" to your coordinates.
6 posts
Posted 25 March 2012 - 04:12 PM
Thank you :(/>/>