Re: Something other than male/female?
if you havent installed it yet look in dbdata.sql i think and on line 980 it says
`gender` enum('Male','Female') NOT NULL default 'Male',
you could change that to it says
`type` enum('Human','Alien') NOT NULL default 'Human',
then instead of gender you have type