ID:167404
 
mob
Player
icon = 'Person.dmi'
Login()
..()
switch(input("What hair would you like?") in list("Small","Mid"))
if("Small")
src.overlays += new/obj/Hair/Small
src.hair = 1
if("Mid")
src.overlays += new/obj/Hair/Mid
src.hair = 2


I tried this, but I can't get both to fit eachother, so the colour code is out.

Can you do this?
What?
In response to Crashed
Euh? I think he's asking how to colour hair.. Look up rgb() o.o
In response to Mysame
I've done that, but I can't make it so it colours the HAIR. (It does nothing)

Thats my problem with the code.

Sorry for not being too clear.
In response to RedlineM203
Create the hair, add some RGB() to its icon, and add it to the player.
In response to RedlineM203
RedlineM203 wrote:
I've done that, but I can't make it so it colours the HAIR. (It does nothing)

How can you miss-do that?
In response to Mysame
Bad coding.

I'm done here anyway.