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
