Register

Simple Requests

An Add-on Module for Foundry Virtual Tabletop

Author: Isaac S Project Source Foundry Versions 12 to 13 (Verified 12) Last Updated 1 month, 3 weeks ago

Players submit requests by urgency. GM can activate the top-priority one (oldest), triggering a sound and epic prompt for everyone.


The request queue will be displayed above the chat. Create requests using the buttons on the right
Full sidebar view
Players can create requests to express their desire to speak without those awkward pauses and interruptions in the voice chat.

Three tiers of importance help the GM to judge the urgency of the request

When sidebar is collapsed in v13.

Collapsed sidebar view in v13

When the GM clicks on a request, they "activate" the top request, triggering the activation sound and an "epic prompt" for all users

Epic prompt

Macro to call out top request


window.simpleRequests.gm_callout_top_request();
 

Macro to clear all requests

window.simpleRequests.load_queue_requests_LOCAL_QUEUE([]);
 

Image

Set via Player Avatar option in User Configuration.

Image selection

 

Audio

Each level of request uses a different sound. GM can change in settings.

Volume level is determined by the user's interface setting

 

thanks:

Nazgob made the original module

the other modules I coped best practices from: raise-my-handdice-tray

The heavy lifting here is done by socketLib

Categories

Available Versions

  1. Version 1.0.5

    1 month, 3 weeks ago
    Foundry Version 12 - 13 (Verified 12) Manifest URL Read Notes