home *** CD-ROM | disk | FTP | other *** search
/ ftp.team17.com 2014 / 2014.05.ftp.team17.com.tar / ftp.team17.com / pub / t17 / demos / pc / PhoenixDemo_En.exe / Tactics / Misc / FLYFORWARDROLLRIGHT.tac < prev    next >
Text File  |  1999-07-12  |  157b  |  12 lines

  1. // A is a vessel, which should fly forward.
  2.  
  3. A: CANTPICK
  4.  
  5. Start(A)
  6. Set Priority(A,100000)
  7.  
  8. FlyStraightAheadRollRight(A)
  9.  
  10. Label(donea)
  11. Goto(donea)
  12.