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

  1. extern void object::Activity( )
  2. {
  3.     errmode(0);  // ne stoppe pas si erreur
  4.  
  5.     while ( true )
  6.     {
  7.         wait(2);
  8.         goto(-13,-16, 0,0,1);
  9.         turn(180);
  10.         goto(14,-12, 0,0,1);
  11.         turn(180);
  12.     }
  13. }
  14.