Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Adding text to skill descriptions (http://forums.wolflair.com/showthread.php?t=64357)

Bob G May 21st, 2020 07:57 PM

Adding text to skill descriptions
 
Greetings all,

I found this macro '#appenddesc' which I thought I could use to add text to the existing description for the skill. So I tried
Code:

#appenddesc[skBluff,"{b}Antagonize{/b}: Antagonize attempts relying on Bluff skill checks use deception to confound and harass opponents. Antagonize attempts made with Bluff can be verbal or nonverbal.
{i}Verbal{/i}: Your antagonize attempt is language-dependent, and your GM may award you a circumstance bonus to your Bluff skill check based on the believability of your lie.
{i}Nonverbal{/i}: Creatures that cannot be denied their Dexterity bonus to AC also cannot be affected by the antagonize attempt."]

But unfortunately that produced an error "Invalid macro reference encountered in script." Does this macro not work for skills? If not, how can I add text to skill descriptions?

Mathias May 21st, 2020 08:14 PM

Macros must be single-line things, so if you need line breaks in your text, remember to use "{br}", not a carriage return.

So it thinks your macro ends at the beginning of that first line of text, and doesn't see a ] at the end of the line.

Bob G May 22nd, 2020 05:47 AM

Quote:

Originally Posted by Mathias (Post 288734)
Macros must be single-line things, so if you need line breaks in your text, remember to use "{br}", not a carriage return.

So it thinks your macro ends at the beginning of that first line of text, and doesn't see a ] at the end of the line.

Thanks Mathias, that worked perfectly. I just added a new tool to my toolbox :D


All times are GMT -8. The time now is 12:38 AM.

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