I am using the script called "[Script] Monsters - Automatically import SRD/Monster Manual entries, generate ability macros, and more!" Link: <a href="https://app.roll20.net/forum/post/1761348/script-monsters-automatically-import-srd-slash-monster-manual-entries-generate-ability-macros-and-more/" rel="nofollow">https://app.roll20.net/forum/post/1761348/script-monsters-automatically-import-srd-slash-monster-manual-entries-generate-ability-macros-and-more/</a> I have copy pasted the script into API script and called it monster.js and have installed the required common.js file as well. I can use the !monster import command with no problem, but whenever I attempt to use the !monster generate command it gives me this error: TypeError: Cannot read property 'results' of undefined TypeError: Cannot read property 'results' of undefined at apiscript.js:8031:48 at checkFinishedOps (eval at &lt;anonymous&gt; (/home/node/d20-api-server/api.js:150:1), &lt;anonymous&gt;:751:7) at eval (eval at &lt;anonymous&gt; (/home/node/d20-api-server/api.js:150:1), &lt;anonymous&gt;:831:8) at Timeout._onTimeout (/home/node/d20-api-server/node_modules/underscore/underscore.js:768:19) at ontimeout (timers.js:380:14) at tryOnTimeout (timers.js:244:5) at Timer.listOnTimeout (timers.js:214:5) Help would be appreciated!