I have a trait that reduces the armor check penalty by 1 to a minimum check penalty of 0.
I thought just copying a part of the Mithral script would work but I get these errors
Pre levels 2500
Confused, why doesn't it work? The red highlighted part is a direct copy and paste from an existing script.
I thought just copying a part of the Mithral script would work but I get these errors
Pre levels 2500
Code:
doneif (container.parent.field[arArmorChk].value <> 0)
[COLOR=Red]~Reduce our Armor check penalty by 1
container.parent.field[arArmorChk].value += 1[/COLOR]
HTML:
Attempt to access non-existent parent pick for a top-level container from script
- - -
Attempt to access non-existent parent pick for a top-level container from script
- - -
Attempt to access non-existent parent pick for a top-level container from script
Confused, why doesn't it work? The red highlighted part is a direct copy and paste from an existing script.