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

  1. # Droids COG Script
  2. #
  3. # 03_cammystart.cog
  4. #     
  5. # Desc:  at start of mission, cammy says her initial line
  6. #
  7. # 03/24/98   [JP]  created
  8. # ========================================================================================
  9.  
  10. symbols
  11. message        startup
  12. message        timer
  13.  
  14. end
  15.  
  16. code
  17. startup:
  18.      sleep(3);
  19.      dwplaycammyspeech(16000, "M3CA001.wav", 5, 2);      
  20.      return;
  21.  
  22. timer:
  23.      return;
  24.      
  25. end
  26.  
  27.  
  28.