• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Errors from hiding

I am currently trying to hide all the things i want to strip from my new system. In short I want to strip out anything not directly usable to me from a 4e starting point. This includes classes, races, tabs like paragon, ect.

when i try to hide healing surge value trSurges, it says that trkSurges cant find it. when hiding trkSurgers, i get this error:

Attempt to access non-existent child pick 'trkSurges' from script
Location: 'field calculate' script for Field 'acSurgSumm' near line 3

the error appears twice.
 
There will be places where there's a hard-coded reference to a particular pick.

In this case, with the "ac" prefix, that's probably a field on the actor, so look in actor.str for the acSurgSumm field - actually, based on the Id, I'll bet that field is "Surge Summary", so you can probably delete the entire field, although that may mean more tracking down dependencies - the summary is probably used in various displays.
 
Back
Top