| Latest version | 1.1.3 |
|---|---|
| Minimum Core | |
| Compatible Core | |
| Last updated | 3 years ago |
| Created | 3 years ago |
| Authors |
|
| Languages |
English |
| Systems | All systems |
| Project source | Project URL |
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.
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();
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: reveal-typing or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.