Differences between revisions 3 and 4
Revision 3 as of 2017-08-16 18:36:29
Size: 3313
Editor: Alkani
Comment:
Revision 4 as of 2017-08-17 08:28:03
Size: 2200
Editor: Alkani
Comment: CAA - Removed Table Organization, Fixed Error in Documentation, Numerous Formatting Changes
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
||''Arguments'' ||<:>{{{ <MESSAGE> }}}||
||''Aliases''||<:>{{{:}}}||
||<(|2>''Usage''||<:>{{{ say <MESSAGE> }}}||
||||<:>{{{ "<MESSAGE> }}}||
||''Arguments'' ||<:>{{{ <message> }}}||
||''Aliases''||<:>{{{"}}}||
||<(|2>''Usage''||<:>{{{ say <message> }}}||
||||<:>{{{ "<message> }}}||
Line 23: Line 23:
 . {{{ say <message> }}}  . ''{{{ say <message> }}}''
Line 27: Line 27:
 . {{{ "<message> }}}  . ''{{{ "<message> }}}''
Line 31: Line 31:
||<style="border:none; width:15%; text-align: center;">{{{<message>}}}||<style="border:none;">The message you would like to broadcast to the room. The message will automatically have your designated closing character appended to the end of the message. By default, this character is a double-quote {{{ (") }}}. || ''{{{<message>}}}''

 .
The message you would like to broadcast to the room. The message will automatically have your designated closing character appended to the end of the message. By default, this character is a double-quote {{{ (") }}}.
Line 35: Line 37:
||<style="border:none; width:15%; text-align: center;">Example 1||<style="border:none;"> If a player named Alkani wanted to say {{{"When in the course of furry events..."}}} to everyone in the room, he would type the following:||
||<style="border:none; width:15%;">||<style="border:none; background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{say "When in the course of furry events...}}}||
||<style="border:none; width:15%;">||<style="border:none;">Alkani would see the following:||
||<style="border:none; width:15%;">||<style="border:none;background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{You say, "When in the course of furry events..."}}}||
||<style="border:none; width:15%;">||<style="border:none;">The rest of the room would see the following:||
||<style="border:none; width:15%;">||<style="border:none;background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{Alkani says, "When in the course of furry events..."}}}||
__Example 1__
Line 42: Line 39:
||<style="border:none; width:15%; text-align: center;">Example 2||<style="border:none;"> If a player named Jaxen wanted to say {{{"Yerf!"}}} to everyone in the room, using the short-hand syntax, she would type the following:||
||<style="border:none; width:15%;">||<style="border:none; background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{"Yerf!}}}||
||<style="border:none; width:15%;">||<style="border:none;">Jaxen would see the following:||
||<style="border:none; width:15%;">||<style="border:none;background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{You say, "Yerf!"}}}||
||<style="border:none; width:15%;">||<style="border:none;">The rest of the room would see the following:||
||<style="border:none; width:15%;">||<style="border:none;background-color:#CCCCCC;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{{Jaxen says, "Yerf!"}}}||
If a player named Alkani wanted to say {{{"When in the course of furry events..."}}} to everyone in the room, he would type the following:

 . {{{say "When in the course of furry events...}}}

Alkani would see the following:

 . {{{You say, "When in the course of furry events..."}}}

The rest of the room would see the following:

 . {{{Alkani says, "When in the course of furry events..."}}}


__Example 2__

If a player named Jaxen wanted to say {{{"Yerf!"}}} to everyone in the room, using the short-hand syntax, she would type the following:

 . {{{"Yerf!}}}

Jaxen would see the following:

 . {{{You say, "Yerf!"}}}

The rest of the room would see the following:

 . {{{Jaxen says, "Yerf!"}}}

Say

Command Information

Keyword

 say 

Type

 Built-In 

Arguments

 <message> 

Aliases

"

Usage

 say <message> 

 "<message> 

Purpose

Outputs a message to everyone in a room.

Syntax

To say something to everyone in the room:

  •  say <message> 

To say something to everyone in the room with shorthand notation:

  •  "<message> 

Parameters

<message>

  • The message you would like to broadcast to the room. The message will automatically have your designated closing character appended to the end of the message. By default, this character is a double-quote  (") .

Examples

Example 1

If a player named Alkani wanted to say "When in the course of furry events..." to everyone in the room, he would type the following:

  • say "When in the course of furry events...

Alkani would see the following:

  • You say, "When in the course of furry events..."

The rest of the room would see the following:

  • Alkani says, "When in the course of furry events..."

Example 2

If a player named Jaxen wanted to say "Yerf!" to everyone in the room, using the short-hand syntax, she would type the following:

  • "Yerf!

Jaxen would see the following:

  • You say, "Yerf!"

The rest of the room would see the following:

  • Jaxen says, "Yerf!"

Pose - Send an action to the room

Whisper - Send a private message or action to a person in the same room

Page - Send a private message or action to a person anywhere

SayTools - Tools for customizing the behavior of the say command

Parent Topic

List of SpinDizzy MUCK System Built-In and Local Commands


CategoryBuiltincmd CategoryBasiccmd

Commands/BuiltIn/say (last edited 2017-10-20 18:01:40 by Alkani)