username ?>
Level: level ?>
Exp: experience) ?>
Gold: gold) ?>
HP:
MP:
TP: currenttp ?>
Extended Stats
weaponname ?>
armorname ?>
shieldname ?>
Slot 1: slot1name ?>
Slot 2: slot2name ?>
Slot 3: slot3name ?>
spells();
if ($user_spells !== false) {
foreach ($user_spells as $spell) {
// list only healing spells for now
if ($spell['type'] === 1) {
echo <<{$spell['name']}
HTML;
}
}
} else {
echo 'None';
}
?>