get - luxembourg/muxcode-clm GitHub Wiki

GET()

FUNCTION: get(<object>/<attribute>)

The get function fetches the specified attribute from the named object. It can be used to get attributes from objects you own, public and visual attributes of objects near you, and public and visual attributes other than the description of players wherever they may be. If the attribute is not present on <object>, its parent is searched for the attribute.

Example: > read me > say get(me/desc)

Related Topics: get_eval, eval, u, v, xget

GET (continued)

The following switch is recognized:

/quiet - Don't perform the @osucc/@asucc or @ofail/@afail attributes on the target object. This switch only works if you control the object.

<object> and <sub-object> may be either players or things. 'take' is the same as 'get'.

Related Topics: drop, @afail, @asucc, @fail, @ofail, @osucc, @succ, ENTER_OK, FAILURE, SUCCESS.