Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Authoring Kit (http://forums.wolflair.com/forumdisplay.php?f=58)
-   -   Trigger forcing recalculation of a Field? (http://forums.wolflair.com/showthread.php?t=61111)

TCArknight August 20th, 2018 12:02 PM

Trigger forcing recalculation of a Field?
 
Is there a way to have a trigger action force a script to be run or a calculate/finalize script on a field to process?

I have a Levelhelper component with levHP, levBaseHP and levBonusHP fields. Each level advanced for the hero adds a Levelhelper pick. On the Levelhelper component, I have a script running at Traits/3500 to do a
Code:

field[levHP].value = field[levBaseHP].value + field[levBonusHP].value
On the Dynamic table displaying the component, I have a action button where it sets
Code:

field[levBaseHP].value = 1 + random(6)
However, after the random number is generated, the script to calculate the field[levHP].value doesn’t run to update the overall HP gained for that level.

Is there anything I can do to force recalculation of the Field after the BaseHP value is determined?

TCArknight August 29th, 2018 07:20 AM

Anyone have any thoughts on this?

risner September 5th, 2018 07:43 AM

I don't know of a way to force recalculation.
There is a table flag:
alwaysupdate="yes"
Which requires things to be retested when things change? Have you tried it?


All times are GMT -8. The time now is 03:15 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.