• 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

Custom Trait

Armenius

New member
I'm trying to create a custom trait that gives +1 to Acrobatics, +1 to Perform: Dance, and makes Perform: Dance always a class skill. I think I know most of what to do but I don't know the code for Perform: Dance?
 
To find the ID for a skill (or anything else, really), use the "Find Thing" button that appears on most text-editing windows.

That will pop another window where you can enter the name of the thing you're looking for, and it will show you anything whose name or ID contains the string you typed. For example, if you type "dance" then it will find Perform (Dance) among other things.

Once you find the item you need, you can highlight it and press the "Insert ID" button, and HL will insert the ID for that item wherever your cursor is in the text editor.
 
Another way to get unique IDs is to go to "Develop -> Enable Data File Debugging" and then add the pick to a hero, and right click on it. The 4th option is "Copy Unique ID".
 
Back
Top