ID:1620497
 
(See the best response by Lugia319.)
Code:


Problem description:

if("Urahara Kisuke")
var/hairred = input("How much red do you want to put into your hair?") as num
var/hairblue = input("How much blue do you want to put into your hair?") as num
var/hairgreen = input("How much green do you want to put into your hair?") as num
var/hairover = 'hairurahara.dmi'
hairover += rgb(hairred,hairgreen,hairblue)
usr.hair = hairover
usr.overlays += usr.hair



whenever i compile, its says usr.hair: undefinable var. what can i do?
Best response
I'm guessing there's no
mob
var/hair
anywhere
awesome it worked thanks