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
Lawful_g
Senior Member
Volunteer Data File Contributor
 
Join Date: Mar 2007
Posts: 1,245

Old November 18th, 2008, 12:29 PM
How do you find those tags, if I may ask, and can you tell somehow when they are being added? I'm not that familiar with the manipulation of tags, but I'm giving it a shot here. The script I am using is:

if (tagis[Helper.NoMultiAdv] = 1) then
perform delete[Helper.NoMultiAdv]
endif
if (tagis[Helper.NoMoreCls] = 1) then
perform delete[Helper.NoMoreCls]
endif

For the bard I am doing:

if (tagis[AlgnForbid.Lawful] = 1) then
perform delete[AlgnForbid.Lawful]
endif

HL doesn't give me any errors from the scripts, but I have been trying to run it at various points in each phase, and having absolutely no luck. Any suggestions?
Lawful_g is offline   #11 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,217

Old November 18th, 2008, 02:19 PM
Add a version of the item, then right-click on it - the menu will offer you the option of looking at the debug tags or debug fields of the item. You can also get them from the debug menu, floating info windows, "show selection tags" or "Show selection fields". Hero tags/fields, at the top of the floating info windows, are the other common reports I use while coding.

Where are you running those scripts from? If they're in a feat, you're checking whether the feat has those tags.

hero.childfound[cHelpMnk].tagis[NoMultiAdv] moves you from wherever you started, to the hero context, then to the cHelpMnk context (using childfound[] instead of child[], so there are no errors if the feat is added without any monk levels). Once it's in the right context, then check if the tag is there. You'll need to change contexts within the deletion, too.
Mathias is online now   #12 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old November 19th, 2008, 09:01 AM
Lawful_g wrote:
>
>
> A related feat (Devoted Performer, the Paladin/bard crossover feat),
> allows Bards to be lawful, is there an eval script to make the
> validation error for alignment go away?


Assign the tag 'thing.skipprereq' to the bard class levels like so:


foreach pick in hero where "thingid.cBard"
perform eachpick.assign[thing.skipprereq]
nexteach


This will stop the validation error from appearing, although the Bard
class will still be greyed out in the class list.



--
Colen McAlister, colen@wolflair.com
Colen is offline   #13 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old November 19th, 2008, 09:03 AM
Lawful_g wrote:
>
>
> How are animal companions/special mounts/familiars being handled
> currently? Another hybrid feat, Devoted Tracker, allows a paladin's
> special mount to also be his animal companion, and receive the benefits
> of both. Any way to handle this at the moment?


Yikes! I never even considered that - unfortunately I don't think
there's a way to handle that in Hero Lab. Sorry



--
Colen McAlister, colen@wolflair.com
Colen is offline   #14 Reply With Quote
krathen
Member
 
Join Date: Dec 2007
Posts: 73

Old November 19th, 2008, 10:39 PM
DnD: creating more broken rules to make colen work harder every day
krathen is offline   #15 Reply With Quote
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old December 18th, 2008, 01:08 PM
krathen wrote:
>
>
> DnD: creating more broken rules to make colen work harder every day


I just saw this post and had to acknowledge it - it's been the story of
my life for the last 2 years


Hey, according to an old news item on our web site, Hero Lab is 2 years
old today! Happy birthday Hero Lab!


--
Colen McAlister, colen@wolflair.com
Colen is offline   #16 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 11:14 AM.


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