
Good day, I've loaded "Its a trap" and the other required scripts. when the player token enters the square with the trap token, I get this error.... For reference, the error message generated was: TypeError: token.get is not a function
at _getTokenPt (apiscript.js:3922:23)
at _checkCollisionInWaypoint (apiscript.js:3867:23)
at _getCollisionsInWaypoint (apiscript.js:3848:16)
at _getFirstCollisionInWaypoint (apiscript.js:3804:26)
at Object.getFirstCollision (apiscript.js:3734:33)
at getTrapCollision (apiscript.js:3959:30)
at apiscript.js:4033:22
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:105:34), <anonymous>:65:16)
at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:105:34), <anonymous>:70:8)
at TrackedObj.set (/home/node/d20-api-server/api.js:673:14) I tried to find other posts with this error, with no luck. Any ideas? thanks, Joe