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 Update] -- Fixed issue with 29 scripts when API commands are sent by the API.

1490873166

Edited 1490878195
The Aaron
Pro
API Scripter
There was a bug in the way I was getting the name of the person executing a script whenever the script was executed by the API (Thanks for pointing it out HoneySkyBadgerCaptainXIII and Ziechael!). As a result, I've just pushed an update to 29 scripts: Updated APIHeartBeat to v0.4.2 Updated Ammo to v0.3.7 Updated Bet to v0.1.4 Updated Bump to v0.2.11 Updated CleanAbilities to v0.1.2 Updated ColorEmote to v0.1.4 Updated ColorNote to v0.2.2 Updated DryErase to v0.1.7 Updated Emas to v0.8.2 Updated Facing to v0.1.3 Updated ImperialCalendar to v0.1.2 Updated InitiativeAssistant to v0.1.4 Updated IsGM to v0.7.2 Updated MapLock to v0.4.4 Updated MapSnap to v0.1.4 Updated Mark to v0.3.4 Updated Measure to v0.3.2 Updated MotD to v0.2.2 Updated MutantYearZero to v0.1.9 Updated Observer to v0.1.5 Updated PCPP to v0.3.2 Updated RecursiveTable to v0.1.3 Updated ScaleOnAdd to v0.1.2 Updated Tagmar to v0.1.2 Updated TokenLock to v0.2.6 Updated TokenMod to v0.8.27 Updated TokenNameNumber to v0.5.10 Updated Torch to v0.8.11 Updated TurnMarker1 to v1.3.8 Updated UsePower to v0.4.2 Updated WildDice to v0.3.2 This should be completely transparent to everyone but I didn't get the chance to exercise every one of them, so there exists the possibility that I introduced a bug somewhere.  Please let me know if you run across any problems and I'll sort them out as quickly as possible! Happy Rolling!
1491118585

Edited 1491118639
Whenever I try to use !cem --help on Color Emotes it crashes the API :( This is on a test campaign with no other Scripts ReferenceError: msg is not defined ReferenceError: msg is not defined at showHelp (apiscript.js:352:28) at handleInput (apiscript.js:485:21) at eval (eval at (/home/node/d20-api-server/api.js:146:1), :65:16) at Object.publish (eval at (/home/node/d20-api-server/api.js:146:1), :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) at /home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:111:400
1491142239
The Aaron
Pro
API Scripter
Fixed!  Updated ColorEmote to 1.6 and fixed that issue.  Thanks for letting me know!  Let me know if you see anything else.
Am I jumping the gun? Im not seeing 1.6 on the gist.
1491183212
The Aaron
Pro
API Scripter
Hmm. Looks like I failed to push it somehow. I'll make sure it's up in the morning. 
1491217630
The Aaron
Pro
API Scripter
Ok, pushed that update now. As well as a fix in MutantYearZero and support for * and / in TokenMod.
1491506077
The Aaron
Pro
API Scripter
This has gone live now.  Please let me know if you have any issues.
1491528989
The Aaron
Pro
API Scripter
Fixed a bug in TokenMod related to this.  Pushing v0.8.30
1491529827
The Aaron
Pro
API Scripter
Fixed a bug with Bump.  Pushing version v0.2.12.
1492071122
Natha
KS Backer
Sheet Author
API Scripter
The Aaron said: There was a bug in the way I was getting the name of the person executing a script whenever the script was executed by the API (Thanks for pointing it out HoneySkyBadgerCaptainXIII and Ziechael!). As a result, I've just pushed an update to 29 scripts: Updated RecursiveTable to v0.1.3 Hi Aaron. Would you consider adding a "whisper to gm" option to RecursiveTable?
1492084159
The Aaron
Pro
API Scripter
You mean like: !rt /w gm This is how you can whisper a roll to the gm. [[1t[some table] ]] That already works.  I need to patch so you can do that with a roll template as well.  
1492113510
Natha
KS Backer
Sheet Author
API Scripter
The Aaron said: You mean like: !rt /w gm This is how you can whisper a roll to the gm. [[1t[some table] ]] That already works.  I need to patch so you can do that with a roll template as well.   Ha, ok. Thanks. I was trying with a roll template.