Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Tue Aug 08, 2006 5:53 pm Post subject: Iteminfo.cfg error.
There is an error in the iteminfo.cfg file in :commands
Code:
Group EquipmentProps
{
AutoBox 1
Entry text Equipment Properties
Entry member Hit_Points hp 0 propedit
Entry member Max_HP max_hp 0 // Error here
Entry member Max_HP_Mod maxhp_mod 0 propedit
Entry member Quality quality 0 propedit
}
The second "max_hp" should be maxhp.
The current cfg entry for iteminfo returns a non-existent value for maxhp.