• 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

Need a reminder.

DeltaMasterMind

Well-known member
Anyone remember the code for Conditions/Container expression on a bootstrap to check class level to prevent it from going live too soon? Been awhile and having a troubled time finding reference material. I thought it was anComplvl or something, but like I said it's been awhile.

Edit: Seems the hint on Bonus Feat Granted is not working: "count.Classes.XXX >= #" and seems (count.Classes.XXX >= #) Herolab likes this one a bit better, but defining the proper tag is currently not possible for me. *sigh*
 
Last edited:
I am not sure why I type count. instead of count: but count: is what I am using in hero lab.

Ok so I tested this count:Classes.Gun >= 6 with a timing at First/500 under conditions for Granted bonus feats as it tells me to try, of course it lists Classes.XXX not Classes.Gun but I assume XXX is the Abbr. of the class, yet I have also tried cHelpGun and cGunsling with the same result as posted here with this png file.
Capture.PNG
 
You're looking for the long code for that class, which gets 9 letters, but doesn't have a "c" in front of it. So for Gunslinger, Classes.Gunsling, not the 3-letter code for that class.
 
Ok sweet that worked. Thanks, but I do have a follow up question, can I assume that when looking at the debug info for these classes that under values like Firstclass or thing.id where they report xxx.cClassname that the "Classname" which a few I tested seem to come out at 9 letters long (after the c of course) would be the info I need for the long code for any class?
 
Back
Top