I have a custom ability that is shown in the tracked resources list. I have it setup as a mechanic so that it gets added to every character using my user file.
I want to have the number of uses of this ability get adjusted if a character takes a feat or something similar.
So far, whenever i try to update the tracker (after verifying the feat is on the character) it tells me that it cannot find the tracker.
i was trying to do something like:
herofield[trkLALuckPts].value += 2
I want to have the number of uses of this ability get adjusted if a character takes a feat or something similar.
So far, whenever i try to update the tracker (after verifying the feat is on the character) it tells me that it cannot find the tracker.
i was trying to do something like:
herofield[trkLALuckPts].value += 2