View Single Post
  #16  
Old 04-02-2016, 02:18 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 65,562
tahbikat is on a distinguished road
Default

Quote:
Originally Posted by Ittermat View Post
Okay so I fixed that... but now I need to figure out how to do spacing XD And how to add the image to the page...
Replace with this. Where the image code is, put the image's link there. There's a more correct way of doing this but this was just easier:

PHP Code:
            } else { // Past limit
                
$document->add(new Comment("You have used <b>{$mysidia->user->exploretimes} out of 50</b> explore points.<br /><br />It seems you have explored too much today, why don't you take a rest until tomorrow?"FALSE));
            }   
        } else { 
// Lacking item
                
$document->add(new Comment("Woah there! You need a pair of Snow Boots in order to explore. Wouldn't wanna get frostbite! Why don't you go purchase some from Gerolt's first?"FALSE));
        }
        
$document->add(new Comment("<br /><img src='IMG SRC HERE' />"));
    }

}
?> 
Reply With Quote