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?