ID:268199
 
I would like to know how to make more then only 3 icons you can pick from the start, in other words how can I make more female, male, neutral thingies ??
I got the sprites and question, all I need is the answer..

oh, and I would like to give them another name other then male,female and neutral for in the starting menu. please give me some codes for that !! =)
you could look at libraries....and as many people would hav sed if i didnt there is no "The Code" i woulda plugged it...but was to lazy to
Jaimy_NL wrote:
I would like to know how to make more then only 3 icons you can pick from the start, in other words how can I make more female, male, neutral thingies ??
I got the sprites and question, all I need is the answer..

oh, and I would like to give them another name other then male,female and neutral for in the starting menu. please give me some codes for that !! =)

mob
icon='player.dmi'
text="<font color=#FFFFFF>@"
var
started=0
Login()
if(!started)
started=1
icon_state=input("Select icon") in list("male","female","neutral")
loc=locate(/turf/starting_point)


You can change the names in here, just change the icon-state names as well.