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

  1. extern void object::Activity( )
  2. {
  3.     errmode(0);  // ne stoppe pas si erreur
  4.  
  5.     while ( true )
  6.     {
  7.         goto(-10,-12, 0,0,1);
  8.         wait(1);
  9.         grab();
  10.         turn(180);
  11.         goto( -3,-12, 0,0,1);
  12.         drop();
  13.         wait(1);
  14.         turn(180);
  15.  
  16.         goto(-10,-12, 0,0,1);
  17.         turn(180);
  18.         goto( -3,-12, 0,0,1);
  19.         wait(1);
  20.         grab();
  21.         turn(180);
  22.  
  23.         goto(-10,-12, 0,0,1);
  24.         drop();
  25.         turn(180);
  26.         goto( -3,-12, 0,0,1);
  27.         turn(180);
  28.     }
  29. }
  30.