• 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

Tags + chooser?

TCArknight

Well-known member
Howdy!

I'm working on a dataset for a new game system and am drawing a blank on how to set something up.

In this game, the hero has 5 attributes and a nationality. Each nationality provides a +1 to one of two specific attributes.

I have a Basics tab with all attributes being displayed as well as a chooser for the Nationality. The Nationality thing has a AttrBon.attrX and AttrBon.attrY where those tags are the same as identity tags on the Attribute component.

I'm thinking the bonus selector would be perhaps a menu_thing, but how the best way to get the appropriate attribute choices to show based on the tags on the Nationality selected? A script on the Nationality to perhaps fill out a candidate expression?

Any thoughts would be appreciated. :)
TC
 
Personally I think I would make a special nationality bonus component, create the 5 items as things and then add a table that is populated with the 2 items based on the tags on the nationality and then have the assignment scripts on the picks.
 
Back
Top