• 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

How to add a free power

Gumbytie

Well-known member
Think of this power as a "cantrip", it has no Power Point cost, just a minor spell effect for a mage. An edge 'Cantrip" will bootstrap in this particular power. All easy so far.

Where I am stumped, how to add this to the initial powers list at start (say the 3 starting for Mage) and not count against that total. So they can pick three starting powers and this free one gets bootstrapped in with selection of the Edge.

I went with: #trkmax[trkPower] += 1 and then realized this just increased my total power points, not what I wanted.

Been away from coding for too long and forgetting how to do this :)
 
I've never done that on a power from that direction. My first inclination would be to just bootstrap it onto the AB itself, which I don't think would count against the starting powers for that AB, but if it did then just add 1 starting power directly to the AB and you'd be good to go. That does require copying out all of the ABs you wanted to apply it too, though, rather than just being able to use the defaults as is.
 
Back
Top