Character
username ?>
Level: level ?>
Exp: experience) ?>
Gold: gold) ?>
HP:
MP:
TP: currenttp ?>


Extended Stats
Inventory
Weapon weaponname ?>
Armor armorname ?>
Shield shieldname ?>
Slot 1: slot1name ?>
Slot 2: slot2name ?>
Slot 3: slot3name ?>
Fast Spells
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'; } ?>