• 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

cTotalLev and Variant Classes

ErinRigh

Well-known member
Bit of a snag.

I am doing the Hunter Barbarian from the Unearthed Arcana (Page 58) and trying to add favored enemies to the variant

In order to get Favored Enemies total, requires an Eval Script beginning with

enemies = field[cTotalLev].value / 5

However, it gives me an error

Attempt to access field 'cTotalLev' that does not exist for thing 'cvBbnHunt'

when I try to add levels.

I think it needs to access the levels of 'cBarbarian' instead of 'cvBbnHunt' since technically the class is Barbarian, but I don't know the code
 
Favored Enemies is buried deep inside HL, and is difficult to work with unless you are starting with the Ranger class. That said, you can use see the fields on different things either by right-clicking in the portfolio or going to Develop -> Floating Info Windows -> Show Selection Fields.

You can then select the thing or things in question and look at what fields are on them.
 
Back
Top