bee59d4382
4.26.2006 - Build 16 (Road Rage): - Fixed a bug that prevented you from applying fewer than your max levelspell points. - Added links back to the stores after buying maps/items or using the bank. - Added a link back to town after gambling. - Fixed the link in the error message when failing to create a guild.
9 lines
342 B
PHP
9 lines
342 B
PHP
<?php
|
|
|
|
$template = <<<END
|
|
Thank you for your transaction.<br /><br />
|
|
You are now storing {{formatbank}} gold in the bank, and you are carrying {{formatgold}} gold in your pocket.<br /><br />
|
|
You may return to <a href="index.php">town</a>, the <a href="index.php?do=bank">bank</a>, or use the direction buttons to continue exploring.
|
|
END;
|
|
|
|
?>
|