Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
BobStumpp
Junior Member
 
Join Date: Oct 2017
Posts: 13

Old January 16th, 2018, 04:42 PM
I am trying to put together a feat that grants Proficiency for any Non-Heavy weapon. The code is close, but I am missing something

Code:
foreach pick in hero from BaseWep where "!wProperty.Heavy"
  if (eachpick.tagis[Helper.Proficient] = 0) then 
     perform eachpick.assign[Helper.Proficient]
  endif
nexteach
This Eval Script done in Post-Levels works mostly. Once you equip the weapon it shows as you are proficient, and grants the appropriate to hit adjustment. However, if you go to buy a weapon, the Weapons List shows that you are not proficient with some nice red text saying "Not proficient with weapon". But again, once you equip the weapon, it shows that you are proficient.

Any idea as to where/when I should be setting the Proficient tag? Or is there another tag I should be setting?

Thanks,

Bob
BobStumpp is offline   #1 Reply With Quote
 


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 09:39 PM.


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