Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System

Notices

Reply
 
Thread Tools Display Modes
Nokowi
Junior Member
 
Join Date: Jan 2017
Posts: 16

Old May 1st, 2019, 05:33 PM
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.
Nokowi is offline   #1 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 10:44 AM.


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