• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Making a template with extra limbs

hangarflying

Active member
Hello,

I'm making a template for a creature that would give it extra limbs to allow it to use more weapons in battle and I'm having a heck of a time trying to figure out how to build this in HL. The base creature is humanoid, but the template would add one extra limb that could use a weapon. Any suggestions?

Thanks!
 
Try to add this as "Eval Script" of the template/racial ability

herofield[tNumHands].value += 1

This should increase the number of hands to hold weapons in by one.
 
Yup, I just tried it, and it works.
You should be aware, although, that while you may have an additional hand, you still only have one main hand, so any additional weapons you wear would have to be in secondary hands.
 
Back
Top