• 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

Deathwatch Editor Question

RavenX

Well-known member
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.

Code:
    <inputthing
      name="Talents"
      helptext="If the Chapter lists any Bonus Talents, choose them from the list here.">
      <it_bootcustom compset="Talent"/>
        </inputthing>
 
Back
Top