Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Linking Handouts into Chat

Hello, all! I have recently tried to set up a macro to link handouts into the npcactons template. I can get ONE of the links to show correctly but no other... any help would be greatly appreciated! Specifics: I'd like generate a list of various bits of info that the players can all up whenever they need. In this example, I've only included "Combat Actions" and "Weapon Qualities". My finished list will have a LOT more, but I think it's all necessary for the players. Macro: &{template:npcaction} {{name=Reference Sheets}} {{rname=FAQ}} {{description=[Combat Actions](http:// url goes here )}} {{description=[Weapon Qualities](http:// url goes here }} returns only this:  The "Weapon Qualities" link works 100% as intended but, as you can see, there should also be a "Combat Actions" link, too. Thank you all again for taking the time to help the players out!
1514028877

Edited 1514028983
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Roll templates can only display one of any given field,and if there are duplicates they display only the last field that contains data (even a space) in the template declaration. Template fields can be multiline. Simply combine your description fields
Awesome! I hate that it's always something so simple that I just didn't think of or know... This is the second or third thing you specifically have helped me with. I do TREMENDOUSLY thank you for what you do... my players do, too! lol
1514040694
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
No problem. The macro language is arcane and hardly self explanatory,especially if you're just diving into it