elizeuangelo/fvtt-module-narrator-tools

[Feature Request] Allow narrate without sending the message to the chat

lektu opened this issue · 2 comments

lektu commented

It'd be great to either have a "narrate only, no chat" command, or a setting to skip the chat totally when narrating.

/Agreed.
Can the Narrator Tools module be made to only display the narration in the middle of the screen but NOT leave a message in chat?

lektu commented

/Agreed. Can the Narrator Tools module be made to only display the narration in the middle of the screen but NOT leave a message in chat?

As a stopgap measure, I'm using this with Custom CSS:

/*** Narrator Tools ***/
ol#chat-log li.narrator-narrative {
  display: none;
}