• 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

Trouble with class specials.

DeltaMasterMind

Well-known member
Working on adding in a special called Elemental Attunement for the Gem Sorcerer Origins. This ability grants an option to select from 4 different elements and grants the corresponding abilities for that element, however after working all of it up here is the error I am met with: (View attachment)

Not sure how or why this is coming up as I have no scripts calling for these fields.

Edit: I feel like I might have to add this in a unique way. Why the editor is complaining about level scripts at this stage is mind boggling. None of this is making sense to me so I might have found a bug. I am going to upload what I have done thus far, hopefully someone can help me with the diagnosis.

Edit2: I managed to get around the problem by making the Attunements into customs. Granted they don't do much atm.

Edit3: Losing my mind! How do these dang Bootstrap conditionals work differently to Pathfinder's!??? I setup a bootstrap conditional and the bugger tells me I cannot access a non-live pick, yet if I remove the count:classes and leave the usrindex val it is fine. The point of the conditional is to not do anything with that pick until it meets the conditions. So Why Is It Complaining!?? :( Sigh....
 

Attachments

Last edited:
Well, for one thing I saw that your conditionals on the ability I saw are running in timing phase FIRST, which comes before levels are calculated up, so that should throw an error on anything calculating levels or at least always show levels are 0. Have you tried throwing the conditional into POST-LEVELS and seeing if that makes a difference?
 
Back
Top