Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2017-08-17 16:08:05
Size: 4193
Editor: Alkani
Comment: CAA -- Initial Creation.
Revision 10 as of 2017-10-20 17:59:17
Size: 3695
Editor: Alkani
Comment: CAA - Corrected Bad Paths
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##master-page:HelpTemplate ##master-page:CommandTemplate
Line 9: Line 9:
||||<rowstyle="background-color: #999999;">'''Command Information'''|| ||||<rowstyle="background-color: #CCCCCC;">'''Command Information'''||
Line 12: Line 12:
||<(|2>''Arguments'' ||<:>{{{ <user> }}}|| ||<(|2>''Arguments'' ||<:>{{{ <player> }}}||
Line 15: Line 15:
||<(|2>''Usage''||<:>{{{ page <user> }}}||
||||<:>{{{ page <user>=<message> }}}||
||<(|2>''Usage''||<:>{{{ page <player> }}}||
||||<:>{{{ page <player>=<message> }}}||
Line 20: Line 20:
Requests that a player meet you or sends a user a private message. Requests that a player meet you or sends a private message to a player anywhere on the MUCK.
Line 24: Line 24:
To inform a user that you are looking for them and would like to meet them at your location: To inform a player that you are looking for them and would like to meet them at your location:
Line 26: Line 26:
 . ''{{{ page <user> }}}''  . ''{{{ page <player> }}}''
Line 30: Line 30:
 . ''{{{ page <user>=<message> }}}''  . ''{{{ page <player>=<message> }}}''
Line 34: Line 34:
''{{{<user>}}}'' ''{{{<player>}}}''
Line 36: Line 36:
 . The name or database reference number you would like to send a request or message to.  . The name of the player you would like to send a request or message to.
Line 40: Line 40:
 . The message you would like to send the user. This message can be sent to a user, regardless of their location.  . The message you would like to send the player. This message can be sent to a player regardless of their location.
Line 76: Line 76:
If Alkani wanted to reply to Lepus about the generator status, but was in a different room from Lepus, he would type the following: If Alkani wanted to reply to Lepus about the generator status, but Alkani is no longer in the same room as Lepus, he would type the following:
Line 88: Line 88:

__Example 4__

If Jaxen wanted to say something silly to Lepus and juggle, she would type the following:

 . {{{ page Lepus=:juggles lemons and grins. "What, you mean you can't do this?" }}}

Jaxen would see the following:

 . {{{You page-pose, "Jaxen juggles lemons and grins. "What, you mean you can't do this?"" to Lepus.}}}

Lepus would see the following:

 . {{{In a page-pose to you, Jaxen juggles lemons and grins. "What, you mean you can't do this?"}}}

Line 106: Line 90:
Messages passed to the {{{pose}}} command may also include dialogue. Anything said as dialogue will need to be manually enclosed in double-quotes or the dialogue marker of your choice. Additionally, you will need to insert the appropriate dialogue verbs, such as "says," "said," "yells," &c. See the examples above for reference. Players who have set the Haven (H) flag on themselves cannot receive pages. You will be notified that they cannot receive pages and will receive a message stating: {{{ That player does not wish to be disturbed. }}}
Line 111: Line 95:
[[Commands/BuiltIn/Say|Say]] - Send a message to the room [[Commands/BuiltIn/say|Say]] - Send a message to the room
Line 113: Line 97:
[[Commands/BuiltIn/Whisper|Pose]] - Send an action to the room [[Commands/BuiltIn/pose|Pose]] - Send an action to the room
Line 115: Line 99:
[[Commands/BuiltIn/Whisper|Whisper]] - Send a private message or action to a person in the same room [[Commands/BuiltIn/whisper|Whisper]] - Send a private message or action to a person in the same room
Line 118: Line 102:

[[Concepts/Flags|Flags]] - Information on Object Flags

Page

This page describes the functionality for the Built-In  page  command. For more information on how the extended page functionality works, look at the global page command.

Command Information

Keyword

 page 

Type

 BuiltIn 

Arguments

 <player> 

 <message> 

Aliases

None

Usage

 page <player> 

 page <player>=<message> 

Purpose

Requests that a player meet you or sends a private message to a player anywhere on the MUCK.

Syntax

To inform a player that you are looking for them and would like to meet them at your location:

  •  page <player> 

To send a private message to a user:

  •  page <player>=<message> 

Parameters

<player>

  • The name of the player you would like to send a request or message to.

<message>

  • The message you would like to send the player. This message can be sent to a player regardless of their location.

Examples

Example 1

If a player named Jaxen wanted to ask a player named Morticon to meet them at her location, "The Old Decrepit Building", she would type the following:

  •  page Morticon 

Jaxen would see the following:

  •  You sent your summons to Morticon. 

Morticon would see the following:

  •  You sense that Jaxen is looking for you in The Old Decrepit Building. 

Example 2

If a player named Lepus wanted to ask Alkani about the status of the generator while he was in the same room as him, he would type the following:

  •  page Alkani=Do you know what the status of the generator is? 

Lepus would see the following:

  • You page, "Do you know what the status of the generator is?" to Alkani.

Alkani would see the following:

  • Lepus pages, "Do you know what the status of the generator is?" to you.

Example 3

If Alkani wanted to reply to Lepus about the generator status, but Alkani is no longer in the same room as Lepus, he would type the following:

  •  page Lepus=The generator is currently turned off. 

Alkani would see the following:

  • You page, "The generator is currently turned off." to Lepus.

Lepus would see the following:

  • Alkani pages, "The generator is currently turned off." to you.

Caveats

Players who have set the Haven (H) flag on themselves cannot receive pages. You will be notified that they cannot receive pages and will receive a message stating:  That player does not wish to be disturbed. 

Most MUCKs install a replacement page package. The replacement package has this fundamental functionality described along with additional functions that make page much more flexible. SpinDizzy MUCK has a replacement page command installed.

Say - Send a message to the room

Pose - Send an action to the room

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

Page++ - An extended-function version of the built-in implementation of the page command

Flags - Information on Object Flags

Parent Topic

List of SpinDizzy MUCK System Built-In and Local Commands


CategoryBuiltincmd CategoryBasiccmd

Commands/BuiltIn/page (last edited 2017-10-20 17:59:17 by Alkani)