• 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

Hiding Total Charges on a Custom In Play Tab Tracker

JustinThomason

Well-known member
In my home campaign, we have the notion of "chits" - basically we started this with little glass beads that players give each other for doing something cool or saying something funny. Basically a player to player reward for making game night more awesome. The players can spend chits that they have earned for a small bonus (+1 to a d20 roll, or spend two chits to buy an action point for immediate use).

I am trying to build a tracker for the In Play tab so my players can keep track of their total number of chits in HL. Most of my players are using HL at the table, so having the tracker would be really useful. I used the Hero Point mechanic as my basis, and for the most part I have it working.

The one thing I can't figure out is how to hide the total "charge" value in the tracker I created. Hero Points have a max of 3, but it doesn't display as "n/3" in the tracker. I upped the max for chits to 99, and it displays as "n/99" on the In Play tab. I'd really rather get it to just show the number of chits and have the display suppress the "/99" portion.

Any thoughts on what I may be doing wrong?
 
I realized it might be easier with the .user file attached.

The other thing I noticed is when I generate a character sheet, I end up with a Chits entry under the tracked resources with 99 little check boxes next to it. I'd rather it either have just a number or no entry at all rather than the big waste of space that the boxes create.

Thanks in advance for the help, all.
 

Attachments

I took a look at the generic tracker - it basically has the same issues as the one I scripted, so I will probably stick with the one I wrote. Hopefully I can figure out how to hide the total.
 
I'd use the adjustment named "Counter" for this purpose. You'll find it at the bottom of the Other Adjustments table.
 
Thank you for the tip, Mathias. I think the Counter adjustment will work just fine. It would be nice if it were mirrored in the In Play tab, but I think having it in the Adjust tab without having to debug any scripts is a worthwhile trade off. :)

I will let the rest of my group know about it later this evening.
 
Thank you for the tip, Mathias. I think the Counter adjustment will work just fine. It would be nice if it were mirrored in the In Play tab, but I think having it in the Adjust tab without having to debug any scripts is a worthwhile trade off. :)

I will let the rest of my group know about it later this evening.
Just to add info for yourself and future readers. I have looked at the Hero Point tracker and its a unique setup. It has from what I can figure out a special UI (user interface) built for it to display the way it does. Or at least last time I looked I couldn't duplicate it for other uses. :(
 
Just to add info for yourself and future readers. I have looked at the Hero Point tracker and its a unique setup. It has from what I can figure out a special UI (user interface) built for it to display the way it does. Or at least last time I looked I couldn't duplicate it for other uses. :(

Well ok then. Now I don't feel so bad that I couldn't figure out how to make a tracker that mimics the Hero Point tracker. Thanks for letting me know. :)
 
Back
Top