
10-19-2001, 11:56 PM
|
|
bryan986
|
 |
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
|
|
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
}
|
|
|
|