• 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

Statblock Error

Since I've done nothing with the statblock, this error is cropping up that I'm not sure how to deal with. Looking for anyone that has any insight on how I can get rid of this. I've looked through the Greater Resiliency feat (which is what is causing the error) and see not reference to a Value field for the feat. I do access the Value fields of the respective Damage Reduction that is boosted, but it is part of the thing that is chosen (fChosen I believe). Anyone?

Final Phase/9000
Code:
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

~ If we haven't chosen anything, get out now
doneif (field[fChosen].ischosen = 0)

if (field[fChosen].ischosen <> 0) then
  field[fChosen].chosen.field[Value].value += 1
endif
 

Attachments

  • Error.jpg
    Error.jpg
    19.7 KB · Views: 4
Last edited:
Nevermind, found it. I had the Special Ability Type selected for damage reduction for the feat, which is what it was trying to find the Value of in the statblock. My bad. I finished this feat long ago and only now got around to actually using it, so I think I was still feeling my way around then and set the type thinking it was something I needed. All's good now.
 
Back
Top