Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Smittyman
Junior Member
 
Join Date: Oct 2012
Posts: 13

Old May 1st, 2013, 04:34 PM
I have a racial special that I've created that adds a situational bonus for disguise checks. It looks like this:

Code:
Pre-levels 4000

#situational[hero.child[skDisguise],"+3 additional to pass as human if additional eyes are hidden",field[name].text]
That all works fine. In addition, I've created a feat that if taken by a member of this race, will effectively negate that racial special. I've used the following code to disable and remove it from the hero if the feat is selected.

Code:
First 150

 if (hero.picklives[raEyeDH] <> 0) then
perform hero.childfound[raEyeDH].delete[Helper.ShowSpec]
perform hero.childfound[raEyeDH].assign[Helper.SpcDisable]
perform hero.childfound[raEyeDH].delete[HasAbility.raEyeDH]
hero.child[raEyeDH].field[abValue].value = 0
  endif
That removes the racial special from the specials tab just as expected. What I've noticed is that the situational verbiage from the racial special is still present when I hover over the disguise skill. I can't find a way to remove that situational when the feat is selected. Any insight is greatly appreciated.
Smittyman is offline   #1 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old May 1st, 2013, 04:57 PM
Try putting this before the #situational code
Code:
doneif (tagis[Helper.SpcDisable] <> 0)
TCArknight is offline   #2 Reply With Quote
Smittyman
Junior Member
 
Join Date: Oct 2012
Posts: 13

Old May 1st, 2013, 06:14 PM
That did it. Thanks for the quick response.
Smittyman is offline   #3 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 09:18 PM.


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