Thread: Power Throw
View Single Post
velinion
Junior Member
 
Join Date: Aug 2011
Posts: 14

Old December 12th, 2011, 02:32 PM
Thanks for the tips! Got it working.

If anyone else needs the script, here it is. (Why re-invent the wheel, right?)
Code:
      ~if we're disabled, just get out now
      doneif (activated = 0)
      
      ~add our rating to the damage of any thrown weapons
      foreach pick in hero from WeapRange where "Armory.Thrown"
        perform eachpick.field[wpDamage].modify[+,field[trtFinal].value,""]
        nexteach
velinion is offline   #3 Reply With Quote