PHP Code:
// we choose the type!
$types = array($female_type, $male_type);
$typerand = rand(0,1);
Why can't I do something like :
PHP Code:
if ($male_species = 'Autumn Silvfox' && $female_species = 'Autumn Silvfox'){ $types = 'Winter Silvfox'}
Or something like that....because I tried that and it didn't work :/