Register

Reveal Typing

An Add-on Module for Foundry Virtual Tabletop

Author: Asinphi Project Source: Project URL Versions 10+ (Verified 10) Last Updated 1 year, 4 months ago

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

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();

Categories

Available Versions

  1. Version 1.1.0

    1 year, 4 months ago
    Foundry Version 10+ (Verified 10) Manifest URL Read Notes
  2. Version 1.0.1

    Foundry Version 10+ (Verified 10) Manifest URL Read Notes