View Single Post
  #11  
Old 10-19-2001, 11:56 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
NPC Code:

if (playerenters||timeout) {
x=int(random(0,64));
y=int(random(0,64));
setcoloreffect int(random(0,255)),int(random(0,255)),int(random(0 ,255)),.99;
dontblock;
drawaslight;
timeout=.05
}

Reply With Quote