Thanks. I also found that the whole thing can be replaced with.....
Code:
if ($action=="selectuser") {
$user2info=getuserinfo($useridb);
$battle_username = $user2info['username'];
$battle_health = $user2info['battle_health'];
$battle_intel = $user2info['battle_intel'];
$battle_magic = $user2info['battle_magic'];
$battle_skill = $user2info['battle_skill'];
$battle_armor = $user2info['battle_armor'];
$DB_site->free_result($user2info);
eval("\$battle_user2 = \"".gettemplate('battle_user2')."\";");
}
Erwin,
You have been a big help thus far and I really do appreciate it. If you get to looking for a really simple to install and easy to use RPG battle hack, I will have it soon and it is yours.