fvtt-module-narrator-tools icon indicating copy to clipboard operation
fvtt-module-narrator-tools copied to clipboard

[Feature Request] Variable for speed + sequential narration

Open Brandx0 opened this issue 4 years ago • 1 comments

I really enjoy using this toolset, but I think there are a couple features which would greatly help me out:

  1. Being able to sequentially narrate a series of paragraphs in a row. Rather than scrolling through them all, each would pop up as if a new /narrate command was issued. Maybe there's a way to do this with macros but I haven't figured that out yet (any ideas?)

  2. Being able to set the speed at which text scrolls for individual messages. Not sure what the syntax would be, but some way to add a multiplier to the /narrate command (I dunno, /narrate [x2] or something).

Thanks, loving this tool!

Brandx0 avatar Feb 10 '21 07:02 Brandx0

I believe the main feature was implemented and I forgot mentioning.

The macro command for multiple narrations is simply using arrays instead of a string: NarratorTools.chatMessage.narrate([msg1,msg2,...])

In next version I will make you can also push strings to NarratorTools.messagesQueue.

About speeding narrations per message I wonder how usable would it actually be, whats the main goal? narrations speed on macros?

elizeuangelo avatar Jul 28 '21 14:07 elizeuangelo