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
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.
When the GM clicks on a request, they "activate" the top request, triggering the activation sound and an "epic prompt" for all users
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
.
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-hand
, dice-tray
The heavy lifting here is done by socketLib