• 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

How to target lay on the hands

Kaleb

Well-known member
I want to have the item I question add 2d6 to Lay on the hands I am using the eval script for Phalactry of positive channeling here is the script

if (field[gIsEquip].value <> 0) then
foreach pick in hero from Ability where "Helper.ChannelPos"
eachpick.field[abValue2].value += 2
nexteach
endif

would I just change the Helper from ChannelPos to the helper for lay on the hands?
 
Make a copy of lay on hands and see which field stores the number of dice, then just add directly to that field. I don't think you need a foreach, necessarily, unless you are concerned with the hero having more than one copy of lay on hands.
 
Back
Top