
I have a pretty complicated roll that uses rollable tables that I want to send to the chat from the API. Bracketing Fire [[{?{Guns|2}t[?{Color|B}] }k2 + {?{Crew|2}t[?{Color|G}] }k1]] at Location [[1d6]] If I type this into the chat window, it works just fine. If I pass this exact string using sendChat in the API I get the following error... SyntaxError: Expected "(", ".", "[", "ceil(", "d", "floor(", "t", "{", [ |\t], [+|\-] or [0-9] but "?" found. I imagine that there are some characters that I need to be escaping when using the string in the API, but for the life of me I cannot figure out which ones. Any help would be appreciated