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

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