home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 52 / ClassicFond52.iso / GAMES / DROIDW.RAR / DWCD.GOB / mission_cog_t2_index.cog < prev    next >
Text File  |  1998-11-04  |  412b  |  26 lines

  1. symbols
  2. message        startup
  3. message        entered
  4.  
  5. sector         sector1        linkid=1
  6.      
  7. end
  8.  
  9. # ========================================================================================
  10.  
  11. code
  12. startup:
  13.      ca1=0;
  14.      return;
  15.      
  16. entered:
  17.      if ( (getsenderid()==1)&&(ca1==0) ) {
  18.           ca1=1;
  19.           dwsetreftopic("Electromagnet.tpc");
  20.      }   
  21.      return;
  22.  
  23.  
  24. end
  25.  
  26.