Hi, I'm trying to work with the Roll20 API scripts (specifically, I am trying to write some). The Roll20 API documentation explicitly sets out under the sendChat documentation ( <a href="https://wiki.roll20.net/API:Chat" rel="nofollow">https://wiki.roll20.net/API:Chat</a> ) that you are able to pass in character attributes, using the format: /roll @{CharacterName|AttributeName} This does not work. Attempting to utilize this results in a NodeJS SyntaxError that looks similar to this: /home/symbly/www/d20-api-server/node_modules/firebase/lib/firebase-node.js:1
orts, require, module, __filename, __dirname) { function g(a){throw a;}var j=v
^
SyntaxError: Expected "[" or [ |\t] but "6" found. This is blocking a lot of things that I am trying to accomplish -- for example, AutoCalc fields on character sheets are not populated with values. Roll20's documentation says to use this functionality (via "/roll @{CharacterName|AttributeName}") to generate the "correct" value for those fields, but since it is broken there doesn't appear to be any reasonable way to fetch the values of one of these AutoCalc fields from the API. I'd appreciate it if this got some love/attention, it is really frustrating to be so close to being able to do interesting things with the API, just to have it all fall apart at the last step because I'm unable to touch character attributes in /roll commands. Thanks! Remi