
1) As a GM, set yourself as owner to a character sheet. Reconnect as player. The biosheet is not viewable, nor is the character sheet, but if you have token macros on you can shift click, and see attributes and token macros, but the bio will be stuck at loading. I help with scripting for our GM, so I edit our campaign as a GM and then when we play I want to switch to a player and would like full functionality. Is this just me? 2) Can't trigger msg.type = api via sendchat for other scripts <a href="https://app.roll20.net/forum/post/537282/calling-o" rel="nofollow">https://app.roll20.net/forum/post/537282/calling-o</a>... I want one script I have via sendchat to trigger API for a second script on("chat:message", function (msg) in the second script msg.type should be "api" if sendChat(who,"!whatever") is sent from another script. Unless there's a way to call another script's on function directly?