For whatever reason, when I paste the code from roll20api.net in order to make walls, nothing happens, and the APIOutput console has the following error: TypeError: p.slice(...)[0].slice is not a function
TypeError: p.slice(...)[0].slice is not a function
at apiscript.js:2249:36
at Array.forEach (<anonymous>)
at buildPath (apiscript.js:2246:18)
at Array.forEach (<anonymous>)
at buildWalls (apiscript.js:2300:49)
at handleInput (apiscript.js:2343:21)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:70:8)
at /home/node/d20-api-server/api.js:1737:12
at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560 No idea if this is due to a Java/Javascript change, or a change to Roll20 (it's likely not the Walls API itself unless there is outdated code in all versions that is no longer supported, I tried a few versions of the Walls API the other day). Sometimes small things will run, but only very small shapes. EDIT: looks like it's the lineto function.... but not sure what's causing it, and the API is packagaed, so.