CabelosFoward()
if(sexo == "Masculino")
if(cab<5)
cab++
winset(src,null,"CreateChar.label6.text='Cabelo [cab]/[5]'");
usr.overlays = null
var/cabelo = icon('spr_cabeloM1.dmi',"Cabelo [cab]")
usr.cabelo = cabelo
usr.overlays += usr.cabelo
//usr.overlays += rgb(255,0,0)
Problem description:
Well, i wanna set the overlay color to the hair of the character, but it isn't work with the rgb(a,b,c). What can i do?