I've disabled all other APIs in my campaign, except VectorMath, Path Math, splitArgs, MatrixMath, and Token Collisions (those that are co-installed with Page Navigator), and I get two problems that continue to recur: 1) When I use the !nav --config menu to set the status marker icon for teleportation tokens, I get the following error: ReferenceError: statusQuery is not defined ReferenceError: statusQuery is not defined at configHandler (apiscript.js:4609:35) at apiscript.js:4853:29 at Function.each (/home/node/d20-api-server/node_modules/underscore/underscore.js:188:9) at handleInput (apiscript.js:4838:15) at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:65:16) at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:70:8) at /home/node/d20-api-server/api.js:1648:12 at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560 at hc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:147) at Kd (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:546) 2) When I attempt to use the teleportation token setup wizard (!nav --setup with a token selected) I get: TypeError: Cannot read property 'id' of undefined TypeError: Cannot read property 'id' of undefined at outputSetup (apiscript.js:4746:176) at setupHandler (apiscript.js:4809:17) at apiscript.js:4860:29 at Function.each (/home/node/d20-api-server/node_modules/underscore/underscore.js:188:9) at handleInput (apiscript.js:4838:15) at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:65:16) at Object.publish (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:70:8) at /home/node/d20-api-server/api.js:1648:12 at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:560  at hc (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:39:147) When I use the !nav --move command, that seems to work just fine. However, as I understand it (and I don't know Java, so I could be completely incorrect!), in order to generate a token on the destination page, I need a landing, which in turn requires a destination token, which I could set up using the !nav --setup command, which doesn't work. I would also like to know how to set up polygon paths, so that the automated token placement works. I have no idea how to define a polygon for this purpose.