Differences between revisions 1 and 2
Revision 1 as of 2017-09-05 20:25:58
Size: 3063
Editor: Alkani
Comment: CAA - Initial Commit
Revision 2 as of 2017-09-05 20:26:26
Size: 2648
Editor: Alkani
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

~-''<Optional Tag If This is a Historical Document that has functionality that has been superceded by another program> This page describes the functionality for the Built-In {{{ <COMMAND> }}} command. For more information on how the extended page functionality works, look at the global [[Commands/Globals/PagePlusPlus|page]] command.''-~
Line 105: Line 103:
This page should have one of the following as it's Command List Page:

Get

Command Information

Keyword

 get 

Type

 BuiltIn 

Arguments

 <object> 

 <container> 

Aliases

 take 

Usage

 get <object>  

 get <container>=<object> 

Purpose

Retrieves an object from the surrounding area or from within a designated container.

Syntax

To retrieve an object from the current room:

  •  get <object> 

To retrieve an object from within a container on your person or within the current room:

  •  get <container>=<object> 

Parameters

<object>

  • The thing that a player wishes to get.

<container>

  • An object which can contain things. Can either be a specialized container object or a player.

Examples

Example 1

If Morticon wanted to pick up an Apple from the ground, they would type the following:

  •  get Apple 

Morticon would see the following:

  •  Taken. 

Example 2

If Lepus wanted to pull a Scanner from his container called Backpack, he would type the following:

  •  get Backpack=Scanner 

Lepus would see the following:

  •  Taken. 

Example 3

If Jaxen wanted to get a Tennis Ball using the alternate syntax, he would type the following:

  •  take Tennis Ball 

Jaxen would see the following:

  •  Taken. 

Example 4

If Alkani wanted to pull a Fuel Rod from a Reactor Housing, he would type the following:

  •  take Reactor Housing=Fuel Rod 

Alkani would see the following:

  •  Taken. 

Caveats

Players may only retrieve objects if they have permission to access the object or container as determined by the appropriate lock settings. Object owners may always retrieve objects they own. Wizards may always retrieve anyone's objects.

If an object has Programming/messages set on it, they will not be displayed if the object is being retrieved from a container.

Drop - Drop an object on the ground

Put - Put an object into a container

Messages - Working With Messages

Locks - Information about Object Locks

Parent Topic

List of SpinDizzy MUCK System Built-In and Local Commands


CategoryBuiltincmd CategoryBasiccmd

Commands/BuiltIn/get (last edited 2017-10-20 17:58:04 by Alkani)