• 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

No AC or Initiative

insaneurge

Well-known member
New project for me. I'm working to adapt Hero Lab pathfinder to accommodate some of the Star Wars Saga rules. Is it possible to remove AC or Initiative in a data set? I tried using ShadowChemoshes mechanic for removing XP as inspiration, but I cannot seem to get such a script to work, receiving an error message

Syntax error in 'eval' script for Thing 'ACSWSaga' (Eval Script '#1') on line 2
-> Unspecified error parsing script
 
"post-attributes/10000

~ This tag tells HL to not use AC!
perform hero.assign[Hero.NoArmorClass]"

The work around is to simply preclude ArmorClass and Initiative, the only downside to that is every time i click on anything I receive the following box popping up

Pick referenced by template not found
- - -
Pick referenced by template not found
- - -
Pick referenced by template not found
 
Well Hero.NoArmorClass is not a valid tag. A) all Hero.? tags are pre-defined and B) NoArmorClass is too many characters (can only be 10 or less) which is why i can't be parsed.

LOTS of things reference AC and Init, those are just the errors from the UI trying to display them without them being there.

I think you may just have to ignore them.
 
Back
Top