Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The user is the person who should have control over the current value. If the program tries to modify that, it can overwrite what the user sets, leaving the user unable to control it.
You're right; but this one counts down from a starting value and I would like to initialize it to the max in the beginning. I then plan to use another tracker to mark that the init is done.
Please clarify and expand on this. Once I understand what you're trying to accomplish, I may be able to figure out a solution.
That isn't something that Hero Lab can track - it can't look for "did this change" in this sort of circumstance. So in this case, if WIS changes, the user will need to manaully adjust the tracker so that their current value stays the same even though the maximum changed automatically.
Doesn't that hide the whole tracker? He wants to hide just the little check boxes that print on the character sheet but still have the tracker name show up.This should hide it during output (printing and statblocks):
Code:if (state.isoutput <> 0) then perform assign[Hide.Tracker] endif