I'm writing a homebrew spell and I can't get the spell tooltip to work. Am I doing this incorrectly? I got the sense tooltip to work right. Here is my sentence syntax. The spaces in the brackets are there so it shows in this forum. I have no spaces inside the brackets of my actual text.
The body holds up to visual and physical inspection unlike the spell, [ spell]Disguise Self[ /spell]. Truesight and other magical means to detect undead can see through this ritual's effect.
I get this text with the above syntax.
The body holds up to visual and physical inspection unlike the spell [Tooltip Not Found]. Truesight and other magical means to detect undead can see through this ritual's effect.
Look at the top of these fields, do you see the different buttons? If you click the one with the following symbol: </> you will be able to look at the actual code, you have some errant bits in yours that looks like at one point you were adjusting font color:
The body holds up to visual and physical inspection unlike the spell, [ spel<span style="color: rgba(0, 0, 0, 1);">l]Disguise Self[ /spell].
I highlighted it in pink to make it easier for you to recognize.
I'm writing a homebrew spell and I can't get the spell tooltip to work. Am I doing this incorrectly? I got the sense tooltip to work right. Here is my sentence syntax. The spaces in the brackets are there so it shows in this forum. I have no spaces inside the brackets of my actual text.
The body holds up to visual and physical inspection unlike the spell, [ spell]Disguise Self[ /spell]. Truesight and other magical means to detect undead can see through this ritual's effect.
I get this text with the above syntax.
The body holds up to visual and physical inspection unlike the spell [Tooltip Not Found]. Truesight and other magical means to detect undead can see through this ritual's effect.
What am I doing wrong? or is the tooltip broken?
Thanks for the help.
Look at the top of these fields, do you see the different buttons? If you click the one with the following symbol: </> you will be able to look at the actual code, you have some errant bits in yours that looks like at one point you were adjusting font color:
I highlighted it in pink to make it easier for you to recognize.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
That fixed it. Thank you so much for your help.