View Single Post
  #12  
Old 12-05-2001, 08:58 PM
-_Soulhunter_- -_Soulhunter_- is offline
Registered User
Join Date: Nov 2001
Location: Near my computer :D
Posts: 154
-_Soulhunter_- is on a distinguished road
In the level i made i used this one (the ugly level, read older thread)...

// NPC made by Ferret
if (created) {
setimg light2.png;
dontblock;
timeout = 0.1;
}
//#CLIENTSIDE
if (timeout) {
setcoloreffect 1,1,1,0.99;
drawaslight;
sleep 0.2;
setzoomeffect 1.1;
sleep 0.2;
setzoomeffect 1.2;
sleep 0.2;
setzoomeffect 1.1;
sleep 0.2;
setzoomeffect 1;
timeout = 0.1;
}


Else i dont know how to do it but this one works pretty well
__________________
Name on Graal - Ferret
Server - Andor, Babylon
Coolest tag - Events Admin
Reply With Quote