View Single Post
  #3  
Old 06-01-2001, 09:34 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Re: Give yourself a free seizure!

Quote:
Originally posted by freddyfox
NPC Code:

// NPC made by Spyder -Some guy who was on elven lands-
while (playerenters) {timeout=0.05}
if (timeout){setcoloreffect random( 0, 1 ),random( 0, 2 ),random(
0, 3 ),0.99;setzoomeffect 1; dontblock;
drawaslight;timeout=0.05;x+=random( 0, 1 );x-=random( 0, 1
);y+=random( 0, 1 );y-=random( 0, 1 )
}


Doesn't have a setgif. That, I believe, is your problem.
Reply With Quote