I'm struggling with making a girl who goes on gets a girl body and a boy who goes on gets a boy body.
Any help?
ID:161007
Jun 30 2008, 4:27 am
|
|
Jun 30 2008, 6:45 am
|
|
Clients have a gender variable which can be any of these eight: "male", "female", "neuter", "plural", MALE, FEMALE, NEUTER, PLURAL. Case-sensitive. You can check them in Login() to give them the appropriate icon.
|
In response to Kaiochao
|
|
Actually, I'm pretty sure MALE, FEMALE, NEUTER, and PLURAl are just constants for "male", "female", "neuter", and "plural", so there are only 4 choices. However, you should always use the constants as the compiler gives errors if you type it wrong.
|