I was modifying a the ranger class, and when I performed a "Test Now" on my replacement camoflage abillity, this error cropped up:
I've run into this sort of thing before. It happens while working on a class with a minion, while that class is in use on the current portfolio, and when replacing one of the class' things.
The real problem is that if I attempt most anything else, for example pressing "Test Now" again after giving that error an OK, HeroLab quits (sorry I didn't write down the location of the log it said it created, so I can't find it).
Code:
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 27
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 27
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 28
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 28
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 29
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 29
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aINT' from script
Location: 'calculate' script for Field 'tLangsSta' near line 8
I've run into this sort of thing before. It happens while working on a class with a minion, while that class is in use on the current portfolio, and when replacing one of the class' things.
The real problem is that if I attempt most anything else, for example pressing "Test Now" again after giving that error an OK, HeroLab quits (sorry I didn't write down the location of the log it said it created, so I can't find it).