I am working on the MSRD Cybernetics and the item "Body Repair Weave" gives - The recipient heals naturally at twice the normal rate.
So I wanted to adjust the Night's Rest healing to x2. So I tried -
But the error I get is:
So I think I can't modify it. Correct?
So I wanted to adjust the Night's Rest healing to x2. So I tried -
Code:
Final 10000
~ If we're not equipped, get out now
doneif (field[gIsEquip].value = 0)
herofield[tRestHeal].value *= 2
But the error I get is:
Code:
Syntax error in 'eval' script for Thing 'ioMSRDBdRW' (Eval Script '#1') on line 3
-> Only derived fields can generally be modified via scripts (field 'tRestHeal')
So I think I can't modify it. Correct?