I did this to reduce/eliminate my GM prep time for roll20 NPCs / Mooks / etc. The intention is to slap down a token and teach it some actions in under 10 seconds; no fiddling with NPC sheets or macro text. Instant (almost) NPC actions. Think of it like telling the token "Did you see that last thing I did? You can do that now." I started to write a simple script to automate copy-paste from the chat command into token actions -which turned out impractical- and that polymorphed into this beast instead. As far as I can see there isn't an existing script to do this? I think it will be useful that each individual token (not just character tokens) can be taught its own unique actions, which kind of just fell out of getting this to work. I didn't even realize that would be a thing at first. I need alpha/beta testers, particularly to see if the script is stable with other scripts, and find bugs in general. Please don't use your running campaigns because if there is a cascading bug failure it may eat up all of the sandbox memory, and you would need a dev guy to figure out how to fix that. Link to the code: <a href="https://github.com/computed/rolledCode.git" rel="nofollow">https://github.com/computed/rolledCode.git</a> For starters, try this : after installing the script, if you chat !mimic -buttons it should set up two token macro buttons, "[Learn]" and "[Perform]". The learn button should teach your most recent chat message to any selected tokens, and the perform button should make the selected tokens mimic the message you taught them. Learn/Perform should be able to mimic most messages such as rolls, text, emotes, and even messages originating from a character sheet action. The mimic/tokens should re-do rolls, but they can't figure out what macros you used, which is OK only if the first results of the macro is still valid. I'd like to hear back what fails to mimic correctly. (Tokens are also prevented from using any api script calls, so I wonder if it can mimic powercards, or other api reaults, for example. Does it work? Any powercard users?) Also testers: I am particularly interested if you make learn/perform visible to players, does the script gets confused between your chats and the other players' chats? Your selected tokens should only learn to mimic the chat messages YOU send. For the next beta version, I want copies of tokens to remember the actions you have taught them.