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.