Difference between revisions of "Newbie"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>newbie</code> - The newbie channel. == Description ==     Listen and send messages to other players listening to the newbie channel. {| class="wikitable" |+Syntax !Co...")
 
 
Line 59: Line 59:
  
 
== See Also ==
 
== See Also ==
[[channel]], [[command]], [[gch]], [[mort]], [[ooc]], [[rsay]], [[say]], [[set]], [[shout]], [[tell]], [[whisper]], and [[yell]]
+
[[channel]], [[command]], [[guild]], [[mort]], [[ooc]], [[rsay]], [[say]], [[set]], [[shout]], [[tell]], [[whisper]], and [[yell]]

Latest revision as of 12:38, 23 July 2022

newbie - The newbie channel.

Description

    Listen and send messages to other players listening to the newbie channel.

Syntax
Command Description
newbie List who is on the channel.
newbie <message> Send message to the channel.
newbie :<emote> Send emote to the channel.
newbie -emote <emote> Send emote to the channel.
newbie -list List who is on the channel.
newbie -who List who is on the channel.
newbie -hist Show the latest discussion on the channel.
newbie -more Browse the channel log.
newbie -off Toggle channel off.
newbie -on Toggle channel on.
newbie -toggle Toggle channel on or off.

Examples

newbie
newbie hi
newbie :grins evilly!
newbie -tail

You can create your own custom command macros for any channel like so:

command new newbie send

After that, if you type new, you'll see the list of people on the newbie channel

new hi

sends a message, while

new :grins evilly!

shows an emote.

See Also

channel, command, guild, mort, ooc, rsay, say, set, shout, tell, whisper, and yell