##master-page:CommandTemplate ##master-date:2017-08-18 ##master-revision:1 #format wiki #language en = Whisper = ~-''This page describes the functionality for the Built-In {{{ whisper }}} command. For more information on how the extended whisper functionality works, look at the global [[Commands/Globals/WhisperPlusPlus|whisper]] command.''-~ ||||'''Command Information'''|| ||''Keyword'' ||<:>{{{ whisper }}}|| ||''Type'' ||<:>{{{ BuiltIn }}}|| ||<(|2>''Arguments'' ||<:>{{{ }}}|| ||||<:>{{{ }}}|| ||''Aliases''||<:>None|| ||''Usage''||<:>{{{ whisper = }}}|| === Purpose === Send a private message to someone in the same room as you. === Syntax === To send a private message to a player: . ''{{{ whisper = }}}'' === Parameters === ''{{{ }}}'' . The name of a player you wish to send a message to. ''{{{}}}'' . The message you would like to send to a player. The player must be in the same room as you. === Examples === __Example 1__ If Alkani wanted to whisper a compliment to Morticon, he would type the following: . {{{ whisper Morticon=I must compliment you on the Seyae. They are very well trained. }}} Alkani would see the following: . {{{ You whisper, "I must compliment you on the Seyae. They are very well trained." }}} Morticon would see the following: . {{{ Alkani whispers, "I must compliment you on the Seyae. They are very well trained." }}} === Caveats === Players who have the Wizard (W) flag set on themselves may use the {{{whisper}}} command to send messages to anyone on the SpinDizzy MUCK System regardless of their location. The format for Wizards sending messages is the same, except they must pass a dereferenced player name: {{{ whisper *=}}} Most MUCKs install a replacement {{{whisper}}} package. The replacement package has this fundamental functionality described along with additional functions that make {{{whisper}}} much more flexible. SpinDizzy MUCK has a replacement {{{whisper}}} command installed. === Related === [[Commands/BuiltIn/say|Say]] - Send a message to the room. [[Commands/BuiltIn/pose|Pose]] - Send an action to the room [[Commands/BuiltIn/page|Page]] - Send a private message or action to a person anywhere [[Concepts/Objects|Objects]] - Information on Objects === Parent Topic === [[Commands/BuiltIn|List of SpinDizzy MUCK System Built-In and Local Commands]] ----- CategoryBuiltincmd CategoryBasiccmd