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

Conditions and Status Tracker

I started using the Conditions and Status Tracker made by josh Here is the link <a href="https://gist.github.com/DarokinB/5776368" rel="nofollow">https://gist.github.com/DarokinB/5776368</a> When using this ATM it works only for the GM. I would like my players to be able to add spell effects ETC to this. Is this possible within the current Roll20 Infrastructure?
1484141625
The Aaron
Pro
API Scripter
It would be possible. &nbsp;It would "probably" work if you removed && msg.who.indexOf("(GM") !== -1 from line 341. That would allow anyone to execute !StatusAdd. &nbsp;I'm not overly familiar with this script, so I can't say for certain.
All of the chat commands in the script ensure that the person using the commands is the gm. If you want to enable anyone to be able to use them you will need to remove "msg.who.indexOf("(GM)")" from each on("chat:message", function(msg) ) method.