whisper-dialog
Sends dialog to specificed connected user.
Installation
- Inside Foundry's Configuration and Setup screen, go to Add-on Modules
- Click "Install Module"
- In the Manifest URL field paste:
https://github.com/Kekilla0/whisper-dialog/raw/master/module.json
Usage
Once activated in the module menu, you may use the Macro syntax to send messages to other players via a dialog!
Default Use : Button added to Chat Window Alternate Use : new WhisperDialog(data, options);
Advanced Use
Data :
- content :
CONTENT OF THE DIALOG
, - users : Array of Users to send the message to
Options :
- skipDialog : true/false, will skip Client Dialog, automatically pushing information to user
- chatWhisper : true/false will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog
Extra If whisper is left blank and skipDialog is true, will fill whisper array with all available users.
Support
For questions, feature requests, or bug reports, feel free to contact me on the Foundry Discord (Kekilla#7036) or open an issue here directly.