• 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

Scoll tracking

jflevesque

Well-known member
Hey guys,

A fellow DM that also uses HL asked me if I could look into adding scrolls in the tracked resources of the In-Play tab. Thinking it would be easy to do, I've said yes.

I was initially thinking of simply overriding the base Scroll entry and add the trkMax value to it, but there is no scroll tab.

Next idea I had was to add an eval script with a custom source that would always run and go through each pick on the hero to find the scrolls and add the trkMax field, but I don't have a clue how to tackle this issue.

Any pointers? Am I even on the right track?

Thanks,
JF
 
This is where looking at what the community has already done for Pathfinder is going to be VERY helpful. 5E was built from Pathfinder logic meaning most of what I already did for Pathfinder can pulled over and used with no to very few changes into 5e.

Look HERE to see the adjustment "Equipment, Add Trackable". This will do any equipment but was made with Scrolls in mind actually. That link gives you like 90% of the code you need. Use the pCandExpr expression field for your foreach loop, just need to look "only" for scrolls, and you pretty much have a working example. :)
 
Back
Top