• 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

Night's Rest - Heal

Frodie

Well-known member
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 -

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?
 
Back
Top