Quote:
Originally Posted by Ittermat
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' />"));
}
}
?>