Hi Everybody, I have been happily compiling loot tables using The Aaron's Recursive Tables API script. However, while testing the second set of tables I received the following error: TypeError: Cannot read property 'id' of undefined
TypeError: Cannot read property 'id' of undefined
at Object.d20.getWeightedTable (/home/node/d20-api-server/api.js:135:72)
at Object.d20.getTableElementCount (/home/node/d20-api-server/api.js:122:14)
at validateParseResult (eval at <anonymous> (/home/node/d20-api-server/api.js:149:1), <anonymous>:288:32)
at parseRollString (eval at <anonymous> (/home/node/d20-api-server/api.js:149:1), <anonymous>:370:22)
at Object.process (eval at <anonymous> (/home/node/d20-api-server/api.js:149:1), <anonymous>:1025:17)
at _processRoll (eval at <anonymous> (/home/node/d20-api-server/api.js:150:1), <anonymous>:1036:30)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:150:1), <anonymous>:976:10)
at _findInlineRolls (eval at <anonymous> (/home/node/d20-api-server/api.js:150:1), <anonymous>:991:11)
at inlinefinalcallback (eval at <anonymous> (/home/node/d20-api-server/api.js:150:1), <anonymous>:1102:7)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:150:1), <anonymous>:988:11) I am not quite sure whats going on but I have checked my code and corrected the few errors I could find in my tables. I would appreciate any help you can offer. Thanks, Adrian