ID:149570
 
can some one tell me how i could get this to work on an overlay please.
ZARZAK wrote:
can some one tell me how i could get this to work on an overlay please.

  • There is no rbg() proc.
  • This post belongs in Newbie Central.
  • What exactly do you mean by "work on an overlay"?

    Lummox JR
In response to Lummox JR
ive tryed usr.overlays += (175,0,0)
for an over lay but it won't work only
usr.icon += (175,0,0)
works but that work's on the icon not the overlay.
In response to ZARZAK
ZARZAK wrote:
ive tryed usr.overlays += (175,0,0)
for an over lay but it won't work only
usr.icon += (175,0,0)
works but that work's on the icon not the overlay.

overlays is a list, not an icon, so adding (175, 0, 0) means nothing. You have to reference the icon in the overlay list, and probably will need to subtract the overlay, and add it back.