mob/white
icon = 'player_white.dmi'
icon += 'white_hood.dmi'
Ok, I thought this part would be rather simple but for some reason I cant find anyway to make it work. What I am attempting to do is I have characters with their heads cut out, and I am trying to add their head to the body icon on creation. They will have the ability to take their cloak off, and also change hair color. But I cannot get these two icons to "merge" on creation for some reason. Any help would be great B). Thanks!
these are the errors i get:
main.dm:363:error: icon: duplicate definition
main.dm:363:error: 'white_hood.dmi': duplicate definition
main.dm:363:error: +=: instruction not allowed here