# whisper-dialog
Sends dialog to specificed connected user.
# 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 :
1. content : `CONTENT OF THE DIALOG`,
2. users : Array of Users to send the message to
Options :
1. skipDialog : true/false, will skip Client Dialog, automatically pushing information to user
2. chatWhisper : true/false will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog
Extra
If users is left blank and skipDialog is true, will fill whisper array with all available users.