• 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

Extra Character?

Illyahr

Well-known member
So I'm trying to get a custom description set so that it reads properly as the ability upgrades. However, the system keeps giving me an error saying that there are extra characters at the end of the line.

Section giving me problems:

field[CustDesc].text = "Once per day, you may enchant your blade with up to two levels of the following: {i}Level 1:{/i} defending, flaming, frost, shock, ghost touch. {i}Level 2:{/i} bane (choose type), disruption, flaming burst, icy burst, shocking burst, thundering, wounding."

I don't see what the issue is. Any ideas?

Incidentally, does anyone remember what you put if you want to put paragraphs in a custom description? The barbarian's Rage ability used to have it before things changed and I don't remember.
 
So I'm trying to get a custom description set so that it reads properly as the ability upgrades. However, the system keeps giving me an error saying that there are extra characters at the end of the line.

Section giving me problems:

field[CustDesc].text = "Once per day, you may enchant your blade with up to two levels of the following: {i}Level 1:{/i} defending, flaming, frost, shock, ghost touch. {i}Level 2:{/i} bane (choose type), disruption, flaming burst, icy burst, shocking burst, thundering, wounding."

I don't see what the issue is. Any ideas?

It's possible you have some extra line breaks? I'm not sure. I can't really tell without seeing the file itself.

Incidentally, does anyone remember what you put if you want to put paragraphs in a custom description? The barbarian's Rage ability used to have it before things changed and I don't remember.

Try {br}
 
Back
Top