home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Classic Fond 52
/
ClassicFond52.iso
/
GAMES
/
DROIDW.RAR
/
DWCD.GOB
/
mission_cog_d0_slideceiling.cog
< prev
next >
Wrap
Text File
|
1998-11-04
|
324b
|
21 lines
# Jedi Knight Cog Script
#
#
# [YB]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
# script to scroll a ceiling sky
symbols
message startup
float u=10.0
float v=10.0
end
code
startup:
SlideCeilingSky(u, v);
return;
end