View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,144

Old February 19th, 2020, 10:04 AM
Quote:
Originally Posted by Provos View Post
Thanks for the reply. I can't seem to get the rapid shot feat to work. I did correct the typo in the
Code:
doneif (field[hIsOn1].value = 0)
I think it should be pIsOn

"When trying to test the Adjustment I get Specified thing is actively in use. All references must be deleted before changes can be applied."
Not sure what that error is all about. I created a new feat for this, but if you want an adjustment in the meantime, I created and tested an adjustment for this using the same code as the feat:

Pre-Levels/10000
Code:
~ If we're not selected, get out now.
doneif (field[pIsOn].value = 0)

~ Add extra attack and apply rapid shot penalty.
foreach pick in hero from BaseWep where "thingid.w? & wCategory.Range?"
  if (eachpick.tagis[Helper.ExtraHigh] = 0) then
    eachpick.field[wAttBonus].value -= 2
    perform eachpick.assign[Helper.ExtraHigh]
  endif
nexteach
Sendric is offline   #12 Reply With Quote