How would that work? Wouldn't it just print out as:  Character:  First line \r Second line   AddPCPower("Melee Basic", "First line \r Second line?", Character.id, true);
function AddPCPower (powername, powerstring, charid, tokenaction) {
    createObj("ability", {
        name: powername,
        description: "",
        action: powerstring,
        istokenaction: tokenaction,
        characterid: charid
    });