Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - World of Darkness
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
tpodolan
Junior Member
 
Join Date: Dec 2009
Posts: 2

Old June 8th, 2010, 07:56 AM
Hiya...

I've been adding some Custom Merits via the Editor.
I'd like to change the color of the Merit Tab red when validation Pre-reqs fails.
I've not been able to find the IDs for the Tab/Panel to use in the Linked Panel Id edit box.
Where can I find these IDs for the Tabs?

Thanks in advance for your assistance;
Thom

"Better Living Through Entropy!"
tpodolan is offline   #1 Reply With Quote
rob
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 8,232

Old June 15th, 2010, 09:13 PM
I just fixed merits and a few other types of things to now reference their correct tabs automatically. So you don't need to specify any ids in the Linked Panel Id box.
rob is offline   #2 Reply With Quote
rob
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 8,232

Old June 16th, 2010, 12:42 AM
If you use an exprreq or a pickreq, the tab will automatically be flagged in red if the validation test fails. However, if you use a prereq, you'll need to handle that manually within the script. The code to add at the end of the script is shown below.
Code:
    if (@ispick <> 0) then
      altpick.linkvalid = 0
      endif
rob is offline   #3 Reply With Quote
tpodolan
Junior Member
 
Join Date: Dec 2009
Posts: 2

Old June 16th, 2010, 06:48 AM
Quote:
Originally Posted by rob View Post
If you use an exprreq or a pickreq, the tab will automatically be flagged in red if the validation test fails. However, if you use a prereq, you'll need to handle that manually within the script. The code to add at the end of the script is shown below.
Code:
    if (@ispick <> 0) then
      altpick.linkvalid = 0
      endif
Thanks Rob...
Goin'ta try it out.
Thought I missed something and it was driving me crazy
Much appreciated.

"Better Living Through Entropy!"
tpodolan is offline   #4 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 10:08 AM.


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