
I know this has been discussed to some degree and there are some hurdles but I am looking for scripting that might solve what I am trying to do for my players The Issue: Too much clutter in the chat The Goal: Have commands that move chat to handouts so they don't show up in chat at all including a handout for combat rolls, OOC chat, emoted chat, etc What this would look like: Player types API command plus handout tag and the chat is grabbed and placed in that handout .. Example. Chat-OOC I will see you later >> would add "I will see you later" to the OOC chat while Chat-Combat /roll 1d20+8 >> places this roll result in the combat chat. Or even better a button when you roll a macro from the sheet it prompts "which handout do you want to send this to?" We are doing a significant amount of rp in the chat and also rolling / commenting in different conversations but it gets very crowded and hard to organize what is what. I have seen NoteLog (By Aaron) and this allows me to set up something to send information to handouts for each script i run with a different handout name and changing the command name. The limitation here seems to be that I can't /roll into it or /e into it or pull a conversation as xyz into it. I can copy paste the results of something into it but that doesn't fix the chat issue really. Are there any good chat parsing API scripts out there already? How hard is this to program? Is this currently under development?