Differences between revisions 2 and 3
Revision 2 as of 2017-09-05 20:26:26
Size: 2648
Editor: Alkani
Comment:
Revision 3 as of 2017-10-20 17:58:04
Size: 2666
Editor: Alkani
Comment: CAA - corrected bad paths
Deletions are marked like this. Additions are marked like this.
Line 93: Line 93:
[[BuiltIn/Drop|Drop]] - Drop an object on the ground [[Commands/BuiltIn/drop|Drop]] - Drop an object on the ground
Line 95: Line 95:
[[BuiltIn/Put|Put]] - Put an object into a container [[Commands/BuiltIn/put|Put]] - Put an object into a container

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)