male_female_prince.mod 1.0 Adds a "Prince" option and graphic to the gender field mat http://www.olympus-mons.com Sources\Register.pl Sources\Profile.pl if ($memsettings[11] eq "Female") { $GenderFemale = "selected"; } if ($memsettings[11] eq "Prince") { $GenderPrince = "selected"; } english.lng $txt{'239'} = "Female"; $txt{'239a'} = "Prince"; Sources\Display.pl if ($memset[11] eq "Female") { $GenderImage = ""; } if ($memset[11] eq "Prince") { $GenderImage = ""; }