View Single Post
  #13  
Old 10-20-2001, 06:35 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by Python523
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;

Where'd ya yoink that from?? I would generally say you didn't make that yourself, as for the lack of explanation, the fun redundancies, and the weird indenting. Unless of course, that is exactly what you intended, in which case, you have my apologies.
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote