• 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

Line breaks in ability description?

EightBitz

Well-known member
I created and am adapting a new system from the skeleton files. I'm working on the thing_abilities.dat file, and I'd like to add line breaks to the description. The sample abilities in the skeleton file gives me enough to do this:

Code:
  <thing
    id="abAnFr"
    name="Animal Friendship"
    compset="GoodTrait"
    isunique="yes"
    description="How do I break this into multiple lines?">
    </thing>

What I want to do with the description is something like this:

Code:
Type: Minor Trait
Cost: 1 character point

Description: This trait allows you to more easily make friends with animals.

Effect: Presence +2 when dealing with animals.

But I haven't been able to figure out how to add line breaks. Can anyone help?

Thank you.
 
Mathias,

Other XML guys I'm talking to are saying that this sort of encoding isn't standard XML, and moreover, it's specific to Hero Lab. I'd be inclined to believe them, except that the site where I originally found my answer had nothing to do with Hero Lab (which you can obviously see).

So, I'm curious as to the origin of this type of text encoding.
 
Yes, Hero Lab has its own encoding for text. I'd guess it's based on similar things that are used elsewhere, which is why the same answer is correct in other places.
 
Back
Top