• 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

Perhaps a stupid code question ...

Schedim

Well-known member
... how to I figure out the name of specific field inside a pick?

For instance I want to create a list for the player to choose a skill from a set of Dex related skills they already have.

So what are the name of the attribute field in the skill?

And I guess I will run into the same question for other stuff where I want to find name of a variable attached to something...
 
First go to "Develop -> Enable data file debugging" in the menu, and then right click on any dex skill and "Show Debug Fields". That will pop up a window with all the pick's fields and their contents.
 
Back
Top