View Single Post
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old July 29th, 2013, 05:51 AM
It's not a herofield, it's on the wounds helper.

Code:
      ~ If we're not enabled, get out now
      doneif (field[pIsOn].value = 0)

      if (hero.tagis[source.UCWound] <> 0) then
        ~ Add to our Wounds
        hero.childfound[Wounds].field[wndTotal].value += field[pAdjust].value
        endif
Aaron is offline   #5 Reply With Quote