• 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

Bootstrap condition based on variable?

I was meaning making a variable called STUFF for example and checking

STUFF = 1

I know I can do a field value, I do that a lot, I meant specific a custom made variable. I was looking to do something right on the class which doesn't have abValue
 
In that case, no, there is no way to check for a variable outside the eval script in which it is defined. I would go for creating a Custom tag, forwarding that to the hero, and checking for that in the bootstrap condition instead.
 
Back
Top