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

  1. # Jedi Knight Cog Script
  2. #
  3. # 00_Door.cog
  4. #
  5. # Generic Door Script
  6. #
  7. # [IS]
  8. #
  9. # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
  10. # ========================================================================================
  11.  
  12. symbols
  13. message        startup
  14.      
  15.  
  16.  
  17. end
  18.  
  19. # ========================================================================================
  20.  
  21. code
  22. startup:
  23.      
  24.      return;
  25.      
  26.  
  27.  
  28.  
  29. end
  30.  
  31.