• 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

Add Dex to selected maneuvers

Mystic Lemur

Well-known member
I would like to be able to add Dex to selected maneuvers, instead of all of them. I tried the following, and nothing happened. No error, just nothing.
Code:
perform hero.child[manDisarm].assign[CMBOver.aDEX]

Also, I wasn't able to get CMBOpt to work. I tried:
Code:
perform hero.child[Maneuver].assign[CMBOpt]
and
Code:
perform hero.child[Maneuver].assign[CMBOpt.aDEX]
What am I missing?
 
In the Develop menu, do you have "Enable Data File Debugging" turned on? Without that, you won't get a lot of the error messages that will help you track down the errors in your scripts.

Also, where did you see those tags used? Are there any details about how they were used that are different from how you're using them?
 
Yes, I have enable data file debugging checked.

I saw assign[CMBOver.aDex] used in the feat Agile Maneuvers. I have never seen CMBOpt used, which is why I was unsure of whether or not it needed aDex after it. I know about CMBOpt from This Post which mentioned the term but not the useage.

Phase and Priority are Post-Attributes 10000.
 
I think those tags are only applicable to the maneuver helper that adds bonuses to every maneuver. None of the specific maneuvers have a field to store attribute modifiers. Expanding the utility to include what you propose is a good idea though.
 
Thanks, guys. I'm now getting an error when I use [CMBOpt.aDEX] but this one looks like a bug, so I'm submitting a report.

Thanks again for your help. :)
 
Back
Top