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

  1. extern void object::Solution()
  2. {
  3.     
  4.     object    item;
  5.     
  6.     while (true)
  7.     {
  8.         item = radar(AlienSpider);
  9.         turn(direction(item.position));
  10.         fire(1);
  11.     }
  12.  
  13. }
  14.