• 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

text in tracked resources on in-play tab

psych777

Well-known member
have a trait (At Rope's End) that temporary gives damage reduction equal to the character level.
i wanted the amount of DR to show up on the in-play tab's tracked resources (have it set on tracked resources as the ability can be used once a week).
i'm positive there is a better and cleaner way to get this to show but the below script does get it to show up.

hero.child[trKTRopEnd].field[livename].text = "At Rope's End = " & hero.child[Totals].field[tTotLevel].value & "/DR for 1 min"

the problem with this script is it also shows the DR value per min on the Special tab. i'm trying to get the value to show just on the in-play tab but i can live with it showing on the special tab too if it has to.

secondly, is there a way to get checkbox's or countdown timer of some sort to keep track of the rounds that make up the 'minute'?

hope that all made sense...i'm dozing off at the keyboard so hard to think straight haha
 
Back
Top