
API that takes emote text and has it pop up as a speech bubble over the player's token for a set amount of time. Does/Can it exist? IRL we can have side conversations, or say things with body language. This allows the game to flow and connect with fellow players without stoping the narrative. A problem of VTT's is the signal talker nature of voice calls. One person talks, if more then the conversation grinds to a halt. This substantially reduces player engagement. With this, I'm looking for away to keep people engaged while dealing with the restrictions of a one-person talks world. Copied script from per The Aarons suggestion (thanks!): <a href="https://gist.github.com/BaldarSilveraxe/30169b095929b7aa12a5" rel="nofollow">https://gist.github.com/BaldarSilveraxe/30169b095929b7aa12a5</a> But got these errors: Your scripts are currently disabled due to an error that was detected. Please make appropriate changes to your script's code and click the "Save Script" button. We will then attempt to start running the scripts again. More info... If this script was installed from the Script Library, you might find help in the Community API Forum. For reference, the error message generated was: TypeError: Cannot read property 'replace' of undefined
TypeError: Cannot read property 'replace' of undefined
at fixNewObject (apiscript.js:11623:14)
at findOrCreateBubbleParts (apiscript.js:11421:19)
at speechBalloon (apiscript.js:11491:18)
at Timeout.checkBubbleDisplay [as _onTimeout] (apiscript.js:11393:21)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)