Hello, I'm trying to trouble shoot the following script which fails when used in a Pathfinder2e setting, but works in Call of Cthuhlu and the Pathfinder1e setting. The documentation is missing pathfinder 2e explicit coding samples for the following handout. (These scripts were generated by code I created to import the contents into VTTs.) API Javascript Code for handout generation: var SecondEditionScenario802TheFey ReclamationLevels34ByLucasServ ideo0 = createObj('handout', { name: 'Second Edition Scenario #8 -02 The Fey Reclamation Levels 3–4 By Lucas Servideo', inplayerjournals: '', archived: false }); SecondEditionScenario802TheFey ReclamationLevels34ByLucasServ ideo0.set({ notes: '', gmnotes: '<h2>Second Edition Scenario #8 -02 The Fey Reclamation Levels 3–4 By Lucas Servideo</h2> <p>AUTHOR</p> <p>Lucas Servideo</p> <p>DEVELOPMENT LEAD</p> <p>Josh Foster</p> <p>EDITING LEAD</p> <p>Solomon St. John</p> <p>EDITOR</p> <p>Avi Kool</p> <p>COVER ARTIST</p> <p>Felipe Fornitani and Arthur Henrique Olivera Silva</p> <p>INTERIOR ARTISTS</p> <p>Sergio Cosmai, Riccardo Moscatello, and Arthur Henrique Olivera Silva</p> <p>CARTOGRAPHERS</p> <p>Jason Engle and Matthias Rothenaicher</p> <p>ART DIRECTION AND GRAPHIC DESIGN</p> <p>Emily Crowell</p> <p>ORGANIZED PLAY MANAGER</p> <p>Alex Speidel</p> <p>CREATIVE DIRECTOR</p> <p>James Jacobs</p> <p>ASSOCIATE PUBLISHER</p> <p>Thurston Hillman</p> <p>PUBLISHER</p> <p>Erik Mona</p> <p>The Fey ReclamationThe Fey Reclamation</p> <p>Table of Contents</p> <p>Adventure . . . . . . . . . . . . . . . . . . . . . . . . . . 3</p> <p><strong>Appendix:</strong> Statistics . . . . . . . . . . . . . . . . . . . . 12</p> <p><strong>Appendix:</strong> Game Aids . . . . . . . . . . . . . . . . . . . .13</p> <p>Organized Play . . . . . . . . . . . . . . . . . . . . . . .14</p> <p>GM Resources</p> <p>Campaign Home Page: pathfindersociety.club</p> <p>Books: Pathfinder Player Core, Pathfinder Player Core 2, Pathfinder GM Core, Pathfinder Monster Core, Pathfinder Monster Core 2</p> <p>Maps: Pathfinder Flip-Mat: Fungal Forest</p> <p>Online Resource: Pathfinder Reference Document at paizo.com/prd </p> <p>Scenario Tags</p> <p>Scenario tags provide additional information about an adventure’s contents. For more information on scenario tags, see the Guide to Organized Play: Pathfinder Society at <a href="https://lorespire.paizo.com/" rel="nofollow">https://lorespire.paizo.com/</a>.< /p > <p>Level and Difficulty</p> <p>This scenario can be played by characters of 3rd or 4th level. The encounters in this scenario are designed for a group of six characters of 3rd level. You can use the Adjusting Difficulty sidebars to make the adventure easier or harder, to accommodate groups of various sizes and levels.</p> <p>Summary</p> <p>An enigmatic fey monarch has laid claim to the nation of Bhopan and demands that the Pathfinders perform a task in return for relinquishing the claim. The PCs face inscrutable fey requests and troublesome fey rivals, all to secure a nation’s freedom.</p> <p>HOW TO PLAY</p> <p>PLAY TIME: 2–3 HOURS</p> <p>LEVEL: 3–4</p> <p>PLAYERS: 3–6</p> <p>Paizo Inc.</p> <p>15902 Woodinville-Redmond Rd NE, Unit B</p> <p>Woodinville, WA 98072-4572</p> <p> paizo.com </p>' }); Error: For reference, the error message generated was: file:///home/node/d20-api- server/api.js:1855 list = Object.keys(Roll20Classes). filter( ^ TypeError: Cannot convert undefined or null to object at Object.keys (<anonymous>) at GetValidCreateClasses (file:///home/node/d20-api- server/api.js:1855:19) at getValidCreateClasses (file:///home/node/d20-api- server/api.js:1869:32) at createObj (file:///home/node/d20-api- server/src/createObj.js:46:91) at createObj (file:///home/node/d20-api- server/api.js:2136:24) at SCRIPT: Handout.js [Tab 3]:1:153 at Script.runInContext (node:vm:149:12) at Script.runInNewContext (node:vm:154:17) at Object.runInNewContext (node:vm:310:38) at file:///home/node/d20-api- server/api.js:2407:38 Here are screen shots of the handouts in a CoC and PF1e Games ... I was told post here, twice. Thanks for any help with this.