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
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?