Thread: Light Effects!?
View Single Post
  #13  
Old 04-17-2002, 04:37 AM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by 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;
}

or set green amd blue to 0 and imcrease red to get variance un that and increase green bu 0.01 or sime stiff like that

sorry ig messafe doesn't maje much sense i tiik to many nerve tanlets
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote