Posted by GMS_Slug on December 07, 1998 at 20:51:59:
In Reply to: Re: 2 questions posted by Acrissime on December 07, 1998 at 20:21:54:
if it's a neon light you want to animate, use 00neonsign.cog.. If it's any other mat, use this cog..
# Jedi Knight cog Script
## Continuous global animation of a material
## Fixed by RKD 5/8 - wasn't looping
#
#
# [SXC]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reservedsymbols
message startup
material animmat=clight3.mat desc=animating_material
flex fps=0.2 desc=playback_speedend
## Code Section
code
//-------------------------------------------------------------------------------------------------
startup:
materialanim(animmat, fps, 1);
return;
end