• Hello game master! Welcome to our growing community. Please take a moment to Register (top right button, see how: Slides).

    If you use Campaign Logger, you can use the same login details - we've linked the app to this forum for secure and easy single sign-on for you.

    And please drop by the Introductions thread and say hi.

Are double quotes possible in Generator YAML results?

JohnnFour

Game Master
Staff member
Adamantium WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Demonplague Author
Borderland Explorer
Hey @JochenL I'd like to output some CL-friendly text like this:

resultPattern: "|| Name: || ^"{namepartone} {nameparttwo}"" \r\n"

I want the names to be wrapped in double quotes so when I paste into CL they form a ^ tag.
 

JohnnFour

Game Master
Staff member
Adamantium WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Demonplague Author
Borderland Explorer
nm figured it out:

Code:
resultPattern: "|| Name: || ^\"{namepartone} {nameparttwo}\" \r\n"
 
Top