home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 November / Gamestar_34_2001-11_cd1.bin / DEMA / colobotdemoe.exe / script / texch1.txt < prev    next >
Text File  |  2001-07-23  |  152b  |  12 lines

  1. extern void object::Solution( )
  2. {
  3.     float dir;
  4.  
  5.     for ( int i=0 ; i<5 ; i=i+1 )
  6.     {
  7.         move(20);
  8.         dir = receive("Direction");
  9.         turn(dir);
  10.     }
  11. }
  12.