Differences between revisions 2 and 3
Revision 2 as of 2017-10-20 17:56:26
Size: 2453
Editor: Alkani
Comment:
Revision 3 as of 2017-10-20 17:57:00
Size: 2471
Editor: Alkani
Comment: CAA - Corrected Bad Paths
Deletions are marked like this. Additions are marked like this.
Line 76: Line 76:
[[BuiltIn/drop|Drop]] - Drop an object on the ground [[Commands/BuiltIn/drop|Drop]] - Drop an object on the ground
Line 78: Line 78:
[[BuiltIn/get|Get]] - Get an object from the environment or a container [[Commands/BuiltIn/get|Get]] - Get an object from the environment or a container

Put

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

Command Information

Keyword

 put 

Type

 BuiltIn 

Arguments

 put 

 <thing> 

 <container> 

Aliases

throw

Usage

 put <thing>=<container> 

Purpose

Places an object into a designated container.

Syntax

To put an object into a container:

  •  put <object>=<container> 

Parameters

<object>

  • An object that you wish to put into a container.

<container>

  • A container into which you would like to put an object. This is generally a player, room, or another object.

Examples

Example 1

If Morticon wanted to put a Strawberry-flavored Licorice Straw into a Candy Bag, they would type the following:

  •  put Strawberry-flavored Licorice Straw=Candy Bag 

Morticon would see:

  •  "Put away." 

Example 2

If Jaxen wanted to put a Vinyl Recording into Alkani's hands, Jaxen would type the following:

  •  put Vinyl Recording=Alkani 

Jaxen would see:

  •  "You hand Vinyl Recording to Alkani." 

Alkani would see:

  •  "Jaxen hands you Vinyl Recording." 

Caveats

Players may only place objects into containers if they have permission to access the object and container as determined by the appropriate lock settings. Wizards may put objects wherever they please.

If an object has messages set on it, they will not be displayed; this is because the put command always puts objects into containers.

Drop - Drop an object on the ground

Get - Get an object from the environment or 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/put (last edited 2017-10-20 17:57:00 by Alkani)