• 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

Different addbehavior in the same Buy window?

barrelv

Well-known member
so I'm trying to figure out if this is possible:

for some items, you *can* customize them, so addbehavior="customize"
others *must* be customized, so addbehavior="default"

Is that possible in the same Buy window? Because it seems like it's set at the Component level and doesn't seem like it can be overridden at the individual thing level.
 
No, the addbehavior is set by the component="" of the table, which looks at the addhehavior="" setting of that component. The only way to control it on an item-by-item basis is to leave out the gizmos on the items you don't want to be customizable, but it sounds like you've got items that are possible to customize, but won't usually be customized, and items that need to be customized.

So, no, there's not a good solution for that at this time.
 
Back
Top