• 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

Adjustment

Guess have to ask why "couldn't" you? Its just a Pick and HL don't care as long as its live on the character.

So you could easily do:
Code:
hero.childfound[ADJUSTMENT_UNIQUE_ID].field[pAdjust].value >= 5

Though a better way would be to have the adjustment put a "Custom.?" tag on the hero instead when its "value" is correct or where you want to test for. Then you can have the feat just test for that Tag on the hero instead (hero.tagis[Custom.XXXX] = 1).
 
Cool, thank you! I was going with #hascondition[pFGMPTPL] >= 2, but it didn't work, but your script did. Thank you again!
 
You could make it into a value if you wanted. Have the adjustment assign multiple tags Condition.pFGMPTPL to the hero. Then you could do a hero.tagcount[Condition.pFGMPTPL] to test for the value.
 
Back
Top