Thread: Breeding help
View Single Post
  #1  
Old 04-12-2012, 11:41 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 84,716
SilverDragonTears is on a distinguished road
Default Breeding help

If a dragon is a specific type, I'd like to make a random chance of having a different image. Here is what I have so far....

Code:
	    $altchance = rand(0,100);
            if ($altchance <= "100" && $type == "Bastet Dragon"){
            $imageurl = "http://taleofdragons.net/picuploads/png/043e9d1f2e854bb57fce31e1179a2449.png";}
It's not inserting the image into the $imageurl field.
__________________

Check out SilvaTales
Reply With Quote