View Single Post
  #7  
Old 07-17-2001, 04:26 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
it'd only be laggy client-side if you have a slow computer...

NPC Code:

if (created) {
this.speed = .5;
// don't edit below here;

setstring this.backpals,afirebackpal.gif duskpal.png picsgold.gif picsgravity.gif picslightblue.gif picsyellowgreen.gif;
this.pal = 0;
tokenize #s(this.backpals);
timeout = .05;
}
if (timeout) {
this.pal = (this.pal+1)%tokenscount;
setbackpal #t(this.pal);
timeout = this.speed;
}


hehe, for extra super fun change this.speed to .05
Reply With Quote