• 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

Auto max limit

AndrewD2

Well-known member
Is there a way to set an automatic max limit in the editor? I have an compset that I want to only be able to be taken twice. And another that should only be able to be taken 3 times.
 
I refer to compset because that's how editor tabs are made. Maxlimit is a field on the editor tab that prevents any any more from being added where a validating script is just a component level pre-req.
 
I refer to compset because that's how editor tabs are made. Maxlimit is a field on the editor tab that prevents any any more from being added where a validating script is just a component level pre-req.

Maxlimit is a field on the Thing element, not compset. So if you need to work with that specific field, the Thing is where you need to operate. Other than that, you could try working with a contrainerreq script if you need to stay at the component level.

There's really not much happening at the compset level anyway.
 
Back
Top