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

API to present visual cue that API is running

Is anyone using an API that presents some kind of cue for players (and the GM) that the API is properly running in game? While I realize you can often use help commands if you're the GM, I am thinking more about situations with GMs who are inexperienced with API or trying it out for the first time. Or if you're a player in somebody else's game and don't have access to the commands. I am wondering what the best way to implement that might be. (e.g. Maybe a "YES the API is WORKING!" chat alert when players log-in? A green-light token somewhere on screen? A big kaboom image on screen?) Is anyone doing this kind of thing in their games?
1473436406
The Aaron
Pro
API Scripter
I have a script called API Heartbeat that does this:&nbsp; <a href="https://github.com/shdwjk/Roll20API/blob/master/AP" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/AP</a>... Original discussion:&nbsp; <a href="https://app.roll20.net/forum/post/1567329/script-a" rel="nofollow">https://app.roll20.net/forum/post/1567329/script-a</a>...
The Aaron said: I have a script called API Heartbeat that does this:&nbsp; <a href="https://github.com/shdwjk/Roll20API/blob/master/AP" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/AP</a>... Original discussion:&nbsp; <a href="https://app.roll20.net/forum/post/1567329/script-a" rel="nofollow">https://app.roll20.net/forum/post/1567329/script-a</a>... Of course you have. Is there anything (ANYTHING) you do not have a script for in your treasure chest?
1473439668
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
AI NPC control? Maybe? Actually wouldn't really surprise me if he did have something ;)
1473446654
Ziechael
Forum Champion
Sheet Author
API Scripter
Scott C. said: AI NPC control? Maybe? Actually wouldn't really surprise me if he did have something ;) Wouldn't surprise me if we &nbsp;were all just AI NPCs in Aaron's personal sandbox universe...
1473460714
The Aaron
Pro
API Scripter
Scott C. said: AI NPC control? Maybe? Actually wouldn't really surprise me if he did have something ;) It's not ready for release yet... &nbsp;:)
The Aaron said: It's not ready for release yet... &nbsp;:) I'm not completely convinced that you're just joking here.…
1473556332
Loren the GM
Pro
Marketplace Creator
The Aaron said: I have a script called API Heartbeat that does this:&nbsp; <a href="https://github.com/shdwjk/Roll20API/blob/master/AP" rel="nofollow">https://github.com/shdwjk/Roll20API/blob/master/AP</a>... Original discussion:&nbsp; <a href="https://app.roll20.net/forum/post/1567329/script-a" rel="nofollow">https://app.roll20.net/forum/post/1567329/script-a</a>... Wow, thanks for this. It never ceases to amaze what you have already created. I'm definitely integrating this ASAP!
1473567561
The Aaron
Pro
API Scripter
Ha! &nbsp;No worries. I can't wait to get back to it post move. :)
Thanks everyone. I'd forgotten about HeartBeat. It's a little tricky finding simple ways to help another GM get their own API up and running, since you don't have access to the API panel to see what's happening.