View Single Post
  #11  
Old 03-07-2002, 06:17 PM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Why don't you just do...
NPC Code:

// NPC made by Rob Getashu
if (playerenters) {
setcoloreffect 215,0,1,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}
//#CLIENTSIDE
if (playerenters || timeout) {
setzoomeffect random(0.1,2);
timeout = random(0.1,0.5);
}

__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote