View Source: /source/special/findgold.php

Click here for the source, OR
Other files that you may wish to view the source of:

Source of: /source/special/findgold.php

<?
$gold 
e_rand($session[user][level]*10,$session[user][level]*50);
output("`^Fortune smiles on you and you find $gold gold!");
addnav("Return to the forest","forest.php");
$session[user][gold]+=$gold;
?>