• 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

Weapon Focus (Ray) as Prereq?

TCArknight

Well-known member
Ok, I'm having an issue with this statement as a prereq:

Code:
validif (hero.child[fWepFoc].field[usrChosen1].chosen.field[livename].text = 'Ray')

The feat is valid if the character has chosen Weapon Focus (ray).

I get an error with parsing the right side of the expression.

Thoughts?
 
Wouldn't it just be easier to do the following:
Code:
validif (hero.tagis[WepFocus.wRay] <> 0)

Especially considering the Ray name could change to say Range Touch where the Thingid wRay won't change.
 
Thanks to both of you. :)

The intrinsics link helps and I think I'll go with the wRay tag...

Really appreciate the help! :)
 
Back
Top