Kendall-DM
Spy
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
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
Last edited: