Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   Haste or Rapid Shot for Primary Weapon Only (http://forums.wolflair.com/showthread.php?t=62525)

Nokowi May 1st, 2019 05:33 PM

Haste or Rapid Shot for Primary Weapon Only
 
I couldn't find this on the forums, so I wanted to post a script for the extra attack with Rapid Shot or Haste that only applies to the primary weapon. These are coded as a condition so that I can quickly use or not use them.

~ Rapid Shot for Primary Weapon Only
~ If we're not enabled, get out now
if (field[pIsOn].value = 0) then
done
endif
foreach pick in hero where "Hero.MainHand & wCategory.Range?"
perform eachpick.assign[Helper.ExtraHigh]
nexteach


~ Haste for Primary Weapon Only
~ If we're not enabled, get out now
if (field[pIsOn].value = 0) then
done
endif
foreach pick in hero where "Hero.MainHand"
perform eachpick.assign[Helper.ExtraHigh]
nexteach


Sorry if these are repeats and my search-Fu failed.


All times are GMT -8. The time now is 02:03 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.