View Single Post
  #12  
Old 10-20-2001, 06:24 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
NPC Code:


if (created) {
dontblock;
}
//#CLIENTSIDE
if (playerenters) {
drawaslight;
setzoomeffect 2;
while (true) {
setcoloreffect random(0,1),random(0,1),random(0,1),random(0.5,0.7 5);
sleep 0.05;
}
}
dontblock; dontblock;

Reply With Quote