NPC Code: if (timeout) { this.r=random(0,1); this.b=random(0,1); this.g=random(0,1); setcoloreffect this.r,this.b,this.g,1; message RGB: #v(this.r),#v(this.b),#v(this.g); timeout = 1; }
if (timeout) { this.r=random(0,1); this.b=random(0,1); this.g=random(0,1); setcoloreffect this.r,this.b,this.g,1; message RGB: #v(this.r),#v(this.b),#v(this.g); timeout = 1; }