View Single Post
  #2  
Old 12-06-2011, 05:14 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 116,286
SilverDragonTears is on a distinguished road
Default

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

Check out SilvaTales
Reply With Quote