Another problem found in the GLOBAL_Abilities file.
The script is counting for the ability Reflexes but that is not a ability. The ability is called BodyBuilding.

Just change in the INIT section:
DB_Abilities("Reflexes");

To

DB_Abilities("BodyBuilding");


Last edited by SniperHF; 18/06/15 06:26 AM.