Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[Script] Complete Set of Sample Images to Make Your "Dungeon Ready" (Random Dungeon Generator and Dynamic Lighting for Walls and Doors with Editing UI)

I already created a Dungeon Ready map (edited to my liking) and now trying to use the !readydoors action to get the doors to move open instead of removing the door or having the players move through a closed door. Every time I try to use the <a href="https://gist.github.com/BaldarSilveraxe/3b09ede4260a39ab491c" rel="nofollow">https://gist.github.com/BaldarSilveraxe/3b09ede4260a39ab491c</a> script, I get the error: "ERROR: You cannot set the imgsrc or avatar of an object unless you use an image that is in your Roll20 Library. See the API documentation for more info." "doorToggleAbility" This is after all the previous updates to the coding fixes given by Aaron in the post: <a href="https://app.roll20.net/forum/post/5669992/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/5669992/slug%7D</a> Any help would be appreciated.
Actually, got it to work but new issue is that it is moving my barred doors. How do I get the toggle feature off my barred doors?
Theodore S. said: Actually, got it to work but new issue is that it is moving my barred doors. How do I get the toggle feature off my barred doors? LOL. I keep digging deeper and find my answers. I found that I needed to add a 1 value to another "bar" to stop it from opening barred doors. BUT, when I do attempt to use a barred door, I get the following error which stops my scripts: TypeError: Cannot read property 'set' of undefined TypeError: Cannot read property 'set' of undefined at toggle (apiscript.js:12308:21) at handleInput (apiscript.js:12442:17) at eval (eval at &lt;anonymous&gt; (/home/node/d20-api-server/api.js:146:1), &lt;anonymous&gt;:65:16) at Object.publish (eval at &lt;anonymous&gt; (/home/node/d20-api-server/api.js:146:1), &lt;anonymous&gt;:70:8) at /home/node/d20-api-server/api.js:1510: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) at Id.Mb (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:93:489) at Zd.Ld.Mb (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:94:425)