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_De.exe / Tactics / Manouevres / DodgeAroundRight.man < prev    next >
Text File  |  1998-12-18  |  119b  |  6 lines

  1. // A=me, B=object to dodge around
  2. Fly(A.POS+A.ANG*[0,0,50000])
  3. Aim(B.POS+A.ANG*[5000,0,0])
  4. Label(Done)
  5. Goto(Done)
  6.