Differences between revisions 1 and 2
Revision 1 as of 2017-08-16 18:04:54
Size: 2484
Editor: Alkani
Comment: CAA - Initial Commit
Revision 2 as of 2017-08-16 18:30:20
Size: 3414
Editor: Alkani
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
----
Line 35: Line 35:
||<style="border:none; width:15%; text-align: center; rowspan: 3;">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%; 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:||
Line 42: Line 42:
||<style="border:none; width:15%; text-align: center;">Example 2||<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...}}}||

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 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...

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)