home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / games / colobotdemo / colobotdemo10e.exe / script / tspid1.txt < prev    next >
Text File  |  2001-06-10  |  119b  |  14 lines

  1. extern void object::Solution()
  2. {
  3.     
  4.     aim(0);
  5.     fire(1);
  6.     
  7.     turn(90);
  8.     fire(1);
  9.     
  10.     turn(-180);
  11.     fire(1);
  12.     
  13. }
  14.