
I am struggling to send messages to chat from the API containing line breaks or new lines. I would like to make a selection of rolls to myself in private as the DM. I have tried /n and \n and ^^ and a few other things with no success. Below is the code I have for my secret rolls; sendChat ( "GM Secret Rolls " + rolltype, "/w gm " + char1rollresult + "test new line 1" ) Any pointers would be MUCH appreciated!