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

  1. extern void object::Chasse( )
  2. {
  3.     while ( true )
  4.     {
  5.         float x = 33;
  6.         float y = -85+rand()*20;
  7.         goto(x,y,0);
  8.         wait(1);
  9.     }
  10. }
  11.