Object is a supporter

From ADRIFT 5 Manual Wiki
Revision as of 01:04, 7 November 2013 by Saabie (Talk | contribs) (Created page with "This property is available for both static and dynamic objects. It is set for any object that another object (or a character) can be placed on top of. If an object has this prop...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property is available for both static and dynamic objects. It is set for any object that another object (or a character) can be placed on top of.

If an object has this property, then the player character can put objects on top of it or take them off using any of the following commands:

> get %objects%
> take %objects%
> pick up %objects%
> pick %objects% up

If %objects% are dynamic objects that are on or in any object at the players location, then they are moved into the players inventory.

> get %objects% from %object%
> take %objects% from %object%
> pick up %objects% from %object%
> pick %objects% from %object% up

If %objects% are dynamic objects that are on the supporter %object%, and %object% is at the players location, then they are moved into the players inventory.

> drop %objects%
> put down %objects%
> put %objects% down

If %objects% are dynamic objects that are in the player character's inventory, and %object% is a supporter at the players location, then they are placed on top of it.

  • To get every object on a supporter, use the command "get all from %object%"

If you examine a character, the objects he is wearing will be listed after his description and before the list of items that he is carrying.

> examine john smith
John Smith is a tall man with very big ears.
He is wearing a top hat and a pair of red shoes, and is carrying a cane.

Worn by who

The "Worn by who" property indicates the character that is currently wearing this object, if its location is currently "Worn by Character".

  • Note that if the "Object is wearable" property is NOT selected, that this only prevents the player from using the "wear %object%" command to put something on. The "Worn by who" property is not effected and can still be used to place any object onto any character as a worn item.

"Worn by who" does depend on the state set in the "Location of the object" property, which must be set to "Worn by character".

Both of these properties are on the description page of the object, not the properties page, and are inside the box labelled "Initial location".

PropertyWornByWho.jpg

Definition

These properties are defined in the "Eat and Drink" folder of The Standard Library.

PropertyDialogWearable.jpg

  • Property of: Objects - It is only available on the property page of Objects.
  • Type: Selection Only - It only has a tick-box, so can be selected or not.
  • Its not mandatory.
  • It only appears if the object type is dynamic, so is not available on static objects.

PropertyDialogWornByWho.jpg

  • Property of: Objects - It is only available on the property page of Objects.
  • Type: Character - The character that is wearing this object must be chosen from a drop-down list.
  • Its IS mandatory and appears if the location of the object is set to "Worn by Character".


<<< Specifically list object in location descriptionsMain_PageSpecifically exclude object from location descriptions >>>