• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Changing abSumm or CustDesc doesn't change hover text or PDF printout

risner

Well-known member
This problem is present in both d20 and Pathfinder data sets.

If you have an object (say a Feat) and it's text in the editor under Descriptive Text is set to one thing but you make a script to modify that text via changing either abSumm (xSumm in d20) or CustDesc, these changes show up in the specials text but do not show up in the ? pop up window and also when printing the printout uses the original (non-modified) text.
 
Ah, risner. at least in d20 I know that you can change the popup of the CustDesc if you set it in an eval script at Render 100. I don't know if this works with the pdf.
 
Ah, risner. at least in d20 I know that you can change the popup of the CustDesc if you set it in an eval script at Render 100. I don't know if this works with the pdf.

So I tested this out just now in D20 (it seemed to behave the same in Pathfinder so I didn't also try Pathfinder.)

Interesting, so Render/100 is "before" First/100? Or to put it another way, it seems any changes not at Render are ignored when rendering?

Anyway, I changed xSumm and CustDesc and neither showed up on the printout.

So this shoots down a whole lot of my planned changes. If I consolidate a lot of abilities, the printout will be printing the generic info.
 
Back
Top