View Single Post
PGoodman13
Member
 
Join Date: Jun 2011
Posts: 84

Old June 9th, 2019, 03:33 PM
Okay, the last example you gave me threw a syntax error when I tried to test it. "Attempt to access text-based field 'wpDamage' as value."

Code:
perform hero.childfound[wpUnarmed].assign[GearQual.Deadly]
perform hero.childfound[wpUnarmed].delete[GearQual.NonLethal]
perform hero.childfound[wpUnarmed].field[wpDamage].value += 2
There's the whole three lines in that script. It seems okay with the first two lines, so what am I doing wrong in line 3?
PGoodman13 is offline   #116 Reply With Quote