Differences between revisions 1 and 2
Revision 1 as of 2017-11-01 11:44:02
Size: 2642
Editor: Alkani
Comment:
Revision 2 as of 2017-11-01 12:57:08
Size: 2703
Editor: Alkani
Comment: CAA - Added reference to the @create command
Deletions are marked like this. Additions are marked like this.
Line 90: Line 90:
[[Commands/BuiltIn/at-create|@create]] - Create an object

Give

Command Information

Keyword

 give 

Type

 BuiltIn 

Arguments

 <player> 

 <object> 

Aliases

None

Usage

 give <player>=<amount> 

 give <object>=<amount> 

Purpose

To give currency objects to a player or to change the value of an object.

Syntax

To give currency to another player:

  •  give <player>=<amount> 

To change the value of an object:

  •  give <object>=<amount> 

Parameters

<player>

  • The player to give currency from your balance to.

<object>

  • An object whose value you wish to increase.

<amount>

  • A specified amount of currency, in whole units.

Examples

Example 1

If Alkani wanted to give Jaxen ten shiny coins to "purchase" something from Morticon's Marshmallow Madness vending machine, he would type:

  •  give Jaxen=10 

Alkani would see:

  •  "You give 10 shiny coins to Jaxen." 

Jaxen would see:

  •  "Alkani gives you 10 shiny coins." 

If Alkani doesn't have the shiny coins to give, he would see:

  •  "You don't have that many shiny coins to give!" 

Example 2

If Morticon wanted to increase the value of an object named Gold Ingot to one thousand unobtanium, they would type the following:

  •  give Gold Ingot=1000 

Morticon would see:

  •  "You change the value of Gold Ingot to 1000 unobtanium." 

Because Morticon is a Wizard, he may give currency freely regardless of whether or not he has it.

Caveats

An object's intrinsic value can be set on creation. This is the only way players can assign a value to an object.

Players may only give currency to other players.

Wizards may decrease or increase the value of an object as well as giving or taking currency from players. Giving currency does not impact a Wizards currency total.

@create - Create an object

Currency - Information about Currency

Belongings - Information about Character Belongings

Wizards - Information about Wizards

Parent Topic

List of SpinDizzy MUCK System Built-In and Local Commands


CategoryBuiltincmd CategoryBasiccmd

Commands/BuiltIn/give (last edited 2017-11-01 12:57:08 by Alkani)