I have a rollable table that I'm trying to get via the sendChat callback. It works if I do /roll but it doesn't work if I do [[1t[LocationTable]]]. However, if I type [[1t[LocationTable]]] in chat it works as expected, displaying the name inline.
The error I get is:
Could not determine result type of: [{"type":"M","expr":1},{"type":"C","text":"t[LocationTable"}]
I need the roll to be inline so that I can pass multiple parameters to the callback and have all the information I need.
Anyone know why this works when typed but not when sent via sendChat?
The error I get is:
Could not determine result type of: [{"type":"M","expr":1},{"type":"C","text":"t[LocationTable"}]
I need the roll to be inline so that I can pass multiple parameters to the callback and have all the information I need.
Anyone know why this works when typed but not when sent via sendChat?