• 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

+2 to a knowledge skill

Frodie

Well-known member
I thought I had this working, but it seems to give this error when a skill is picked.

"Attempt to assign field value with no pick context"

Here is the script:

if (field[usrChosen1].ischosen <> 0) then
field[usrChosen1].chosen.field[Bonus].value += 2
endif

And I attached a screen shot.

Any ideas of what is wrong?

Thanks yall for the help!
 

Attachments

  • Feb 21.jpg
    Feb 21.jpg
    360.1 KB · Views: 9
and this error when I reloaded HL

"Attempt to assign field value with no pick context
Location: 'eval' script for Thing 'trTest' (Eval Script '#1') near line 3"
 
Back
Top