View Single Post
Mediator9292
Member
 
Join Date: Apr 2018
Location: New York
Posts: 45

Old March 7th, 2023, 07:59 PM
Here's what I've been able to piece together as an approximate (yet unstable) eval script, based primarily on the wonderful work of ShadowChemosh's Adjustments:

Code:
       var skRanks as number

       ~each rank in skKnoMyth reduces total Sanity by 1
       herofield[tSanity].value -= skRanks
However, even though the Test Now function says everything is fine, adding ranks into Knowledge (Mythos) does nothing to affect the Sanity. I've also tried changing tSanity to tSanDisp to try and affect the /# instead, to no avail. I thought maybe it should have been #skRanks or skRanks[KnoMyth] instead, but it just kept reporting an error on the right hand side of the assignment.
Mediator9292 is offline   #4 Reply With Quote