• 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

Having trouble with field[abSumm]

AndrewD2

Well-known member
In the past I've usually run scripts at Final/10000 and had no problem, but that doesn't seem to be the case right now.

here's an example of what I have right now.

Code:
field[abValue].value += round(1+round(field[xAllLev].value/3,0,-1),0,-1)

field[livename].text = " (" & signed(field[abValue].value) & ")"

field[abSumm].text = "All allies adjacent to one of your enhanced summoned creatures gain a " & signed(field[abValue].value) & " luck bonus to attack and damage rolls."

That's been run at Final/10000, Render/10000, and Render/20000 with no luck. It just continues displaying the ability description.

Any ideas what I'm doing wrong here?
 
I don't think there has been any recent changes to abSumm. Where are you seeing it work vs not work?
 
Well not work is the ability I just did there. Also in another ability where I'm trying to overwrite what's already there (trying to overwrite the one for bardic performance cBrdPerfor). Actually I can't find an example of it working properly. I've varied my timing from First - Render and am not finding it working for me.
 
It works fine on a Class Ability. I am currently looking at a script I just wrote.

You do know that the text "only" appears on the "Special" tab right? It will not show on the Class Tab. I am guessing the above is Class Special as it uses field[xAllLev].value...
 
Back
Top