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

  1. extern void object::Solution()
  2. {
  3.     
  4.     object    item;
  5.     
  6.     while(true)
  7.     {
  8.         item = radar(PowerCell);
  9.         goto(item.position);
  10.         grab();
  11.         
  12.         item = radar(WingedShooter);
  13.         goto(item.position);
  14.         drop();
  15.         
  16.     }
  17.     
  18. }
  19.