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

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