module

Reveal Typing

Endorsements
0
Installs
0.13%
Comments
0
Latest version1.1.3
Minimum Core
Compatible Core
Last updated11 months ago
Created1 year ago
Authors
Languages English
Systems All systems
Project source Project URL

Reveal Typing

A module that adds a preview window showing what all the players are typing before they send it. This can be helpful if you're running a text-based game. It can speed up things by allowing you to get a head start on your response while you're waiting for players to finish up. It also helps you know whether your players are ready for you to time skip and move to the next scene or if they still have something they want to say.

Features

  • Pretty preview window that displays all your players' chatboxes
  • Customizable time interval between updates to the preview window. Lower values mean it gets updated more frequently but it increases internet traffic.
  • Configure which roles can see the preview window and which will be hidden from the preview window.

Usage

You can set a macro to toggle the preview window by setting the macro type to script and putting the following code inside:

const previewBox = globalThis.RevealTyping.previewBox;
if (!previewBox.rendered)
  previewBox.render(true);
else
  previewBox.close();
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x