How do you make a list to which you add an icon to your mob in Developer Help
|
|
I know that it would first go
mob/verb/create_character() usr.icon = input("Select an icon for your character.", "Your Icon", usr.icon) in list()
|
what go in the list besides the icons?
what would i put to make it add on to 'male human.dmi' icon when selected?
|
-I know that it would first go
-what goes in the list besides the icons you get to choose?
-what would i put to make it add on to 'male human.dmi' icon when selected?