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
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old January 18th, 2016, 06:37 AM
I have a custom ability that is going to be available on a bunch of different configurables. However, depending which one it is on its description will be different and I want that to show in the description text before the thing is picked (in the selection panel).

Can this be done or will I have to make several copies of the same thing?
frumple is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old January 18th, 2016, 09:43 AM
Perhaps give it an eval script which transitions to the configurable through the table linkage, and depending on what it is added to, sets the CustDesc field appropriately?
Aaron is offline   #2 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old January 18th, 2016, 12:08 PM
That works once the thing is picked, but what I want to do it have the description set before it is picked.

right now here is what I have on the thing to be picked

Code:
First/120
var desc as string
if (linkage[table].tagis[Custom.BrdCfg] <> 0) then
  desc = "BARD"

endif


field[CustDesc].text = desc
Once I pick it the description shows the text 'BARD' but before I get '- no description -'
frumple is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old January 18th, 2016, 12:20 PM
Out of luck I'm afraid. I'd add some placeholder text, perhaps how it works when added in various places. Why do you want to use a single thing in all these places?
Aaron is offline   #4 Reply With Quote
frumple
Senior Member
 
Join Date: Nov 2011
Location: South Riding, VA
Posts: 841

Old January 18th, 2016, 12:40 PM
This is the Mythic Spell List class feature from the Mythic Hero's Handbook. What it does differs slightly for each class. However, in essence all it does it ups the count on another entry on the configurable. I was just trying to find a way of not having to make multiple copies of the same object whose only difference is their description text.
frumple is offline   #5 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 02:42 PM.


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