Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Adjustment to Disarm combat maneuver (http://forums.wolflair.com/showthread.php?t=64514)

Bob G July 11th, 2020 09:27 PM

Adjustment to Disarm combat maneuver
 
Hi Hero Lab heroes,

I have this script, which is working well:
<Final 27000>
Code:

~ abValue equal to Sleight of Hand
    field[abValue].value += hero.childfound[skSleight].field[skTotal].value
~abValue2 stores CMB bonus
    field[abValue2].value += hero.childfound[Maneuver].field[tCMB].value

And now, I want to apply the results of the script to the hero's CMB for the Disarm combat maneuver. So I tried this:
Code:

~ change disarm bonus to equal Slight of Hand total bonus
if (field[abValue2].value < field[abValue].value) then

hero.childfound[manDisarm].field[manCMB].value = field[abValue].value

endif

But the adjusted CMB for Disarm doesn't appear in the UI. Can anyone tell me why? I believe it is a timing issue, but don't know what phase I need to select for the second bit of script.

Minous July 13th, 2020 03:39 PM

1) use the #applybonus macro, editing the field directly is ugly
2) take a look at the adjustment pCMBBonSp it does the same thing.

Bob G July 18th, 2020 08:26 AM

Quote:

Originally Posted by Minous (Post 289671)
1) use the #applybonus macro, editing the field directly is ugly
2) take a look at the adjustment pCMBBonSp it does the same thing.

Thanks Minous, I got it working. I appreciate the help!


All times are GMT -8. The time now is 05:13 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.