Angela2013
Well-known member
I am looking to write a script to add a bonus to a weapon group. Could I get some help or at least point me in the right direction. My script-fu is weak.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[B][COLOR="Green"]~ Loop through all weapons of a specific fighter type[/COLOR][/B]
foreach pick in hero from BaseWep where "[B][COLOR="Red"]ENTER YOUR SEARCH TAGS HERE[/COLOR][/B]"
[B][COLOR="Green"]~ Set the bonus on each weapon found[/COLOR][/B]
eachpick.field[Bonus].value += 1
nexteach
Yep! I updated the post to be correct for future readers. Also copy/paste is NOT always my friend!Get rid of the "perform"