= $char['username'] ?>
Class: = match ($char['charclass']) {
1 => $controlrow["class1name"],
2 => $controlrow["class2name"],
3 => $controlrow["class3name"]
}; ?>
Level: = $char['level'] ?>
Experience: = number_format($char['experience']) ?>
(= $char['expbonus'] > 0 ? '+' : '' ?>) = $char['expbonus'] ?>%)
Next Level: None
Gold: = number_format($char['gold']) ?>
(= $char['goldbonus'] > 0 ? '+' : '' ?>) = $char['goldbonus'] ?>%)
Hit Points: = number_format($char['currenthp']) ?> / = number_format($char['maxhp']) ?>
Magic Points: = number_format($char['currentmp']) ?> / = number_format($char['maxmp']) ?>
Travel Points: = number_format($char['currenttp']) ?> / = number_format($char['maxtp']) ?>
Strength: = number_format($char['strength']) ?>
Dexterity: = number_format($char['dexterity']) ?>
Attack Power: = number_format($char['attackpower']) ?>
Defense Power: = number_format($char['defensepower']) ?>
Weapon: = $char['weaponname'] ?>
Armor: = $char['armorname'] ?>
Shield: = $char['shieldname'] ?>
Slot 1: = $char['slot1name'] ?>
Slot 2: = $char['slot2name'] ?>
Slot 3: = $char['slot3name'] ?>
= $magic_list ?>