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

  1. # Jedi Knight Cog Script
  2. #
  3. #
  4. # [YB]
  5. #
  6. # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
  7. # script to scroll a ceiling sky
  8.  
  9. symbols
  10.         message         startup
  11.         float           u=10.0
  12.         float           v=10.0
  13. end
  14.  
  15. code
  16. startup:
  17.         SlideCeilingSky(u, v);
  18.         return;
  19. end
  20.  
  21.