Jump to content

BigMouse

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by BigMouse

  1. I have installed RemoteTech and kOS, and I wrote a script file called file1: //start test script print "Turn off signal". toggle AG1. wait 2. lock THROTTLE to 1. set x to 1. until x > 5 { print "Push! " + x. set x to x + 1. wait 1. } lock THROTTLE to 0. print "Stop! ". print "Turn on signal". toggle AG2. //end test script and then : run file1. The problem is: it seems running correctly and print the words, but the engine didn't work at all. Does scripts of kOS can't work without Signal?
×
×
  • Create New...