Latest version | 1.1.3 |
---|---|
Minimum Core | |
Compatible Core | |
Last updated | 1 year ago |
Created | 1 year 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.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.