Thread: Light Effects!?
View Single Post
  #12  
Old 04-17-2002, 03:55 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
hehehe.... a good way to find out some of them:


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;
}

Reply With Quote