PDA

View Full Version : Two adopts breeding question


SilverDragonTears
11-10-2011, 10:55 PM
Ok so I have an autumn silvfox. When it's winter I want them to only breed winter silvfoxes. How can I accomplish this?

SilverDragonTears
12-06-2011, 05:14 PM
// we choose the type!

$types = array($female_type, $male_type);
$typerand = rand(0,1);

Why can't I do something like :

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 :/

SilverDragonTears
12-07-2011, 05:31 PM
I become more proud of myself everyday. Figured this one out too :)