Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
huntercc
Senior Member
 
Join Date: Jul 2007
Location: Syracuse, NY (USA)
Posts: 213

Old July 17th, 2008, 03:53 PM
I happened to notice that the Multiattack feat pre-req script does not take into account a natural weapon with the helper tag "RaceHands". Here's my version of the pre-req script that does take this into account:

Code:
        var total as number
        var numattacks as number
        var ishands as number
        var numhands as number
        numhands = herofield[tNumHands].value
        foreach pick in hero where "component.BaseNatWep"
          ishands = each.tagis[Helper.RaceHands]
          if (ishands > 0) then
            numattacks = numhands
          else
            numattacks = each.tagmax[Value.?]
            numattacks = maximum(numattacks,1)
            endif
          total += numattacks
          nexteach
        if (total >= 3) then
          @valid = 1
          endif
huntercc is offline   #1 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old August 6th, 2008, 02:54 PM
huntercc wrote:
>
>
> I happened to notice that the Multiattack feat pre-req script does not
> take into account a natural weapon with the helper tag "RaceHands".
> Here's my version of the pre-req script that does take this into account:


Thanks! We'll get this corrected in a future version.


--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
Colen is offline   #2 Reply With Quote
Reply


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 02:11 PM.


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