ID:150699
 
Ok, I have a set up code so in character handling, you choose your race out right, but I want it so you have multiple lists, like list(Male, Female) then hair color list under...so if (Male), then list(Blue, Red, Green)..how do I do that?
On 8/7/01 10:01 pm MaNiAcK wrote:
Ok, I have a set up code so in character handling, you choose your race out right, but I want it so you have multiple lists, like list(Male, Female) then hair color list under...so if (Male), then list(Blue, Red, Green)..how do I do that?

If you are not using the CharacterSaving demo, it has examples of all the code you need:

byond://Deadron.CharacterSaving

If you are using it, then look again -- it takes values like the name and does stuff based on the value.