• 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

Making an Ability Summary

AndrewD2

Well-known member
I want to make an abSumm field for my traits like in Pathfinder so the summaries can be set based on the rank of the trait.

I'm assuming that it has a component script that is something like

Code:
if (field[abSumm].isempty <> 0) then
  field[abSumm].text = *Summary Text*
endif

what I'm not sure is how to get the summary text into the field, I haven't really found many references to summary in the wiki and the Savage World files do not appear to use this for their Specials tab. Am I just missing something or is it undocumented?
 
Back
Top