Mathias,
I had a question, when building an it_bootcustom for the editor, how do you make specific fields appear on the custom area? Like for say Pathfinder's spell-like abilities, how you have the number of charges that a spell-like ability has show, how would I make that appear in the bootcustom when I'm building that for the editor?
This is what I have so far, but I need to have this display a special field that states the value of the talent, as some talents have a value field. I'd like to know how to edit my bootcustom so that the field is shown in the list similar to what you have done for some of pathfinder and shadowrun's systems.
I had a question, when building an it_bootcustom for the editor, how do you make specific fields appear on the custom area? Like for say Pathfinder's spell-like abilities, how you have the number of charges that a spell-like ability has show, how would I make that appear in the bootcustom when I'm building that for the editor?
This is what I have so far, but I need to have this display a special field that states the value of the talent, as some talents have a value field. I'd like to know how to edit my bootcustom so that the field is shown in the list similar to what you have done for some of pathfinder and shadowrun's systems.
Code:
<inputthing
name="Talents"
helptext="If the Chapter lists any Bonus Talents, choose them from the list here.">
<it_bootcustom compset="Talent"/>
</inputthing>