Home
About
Policies
FAQ
Forums
Registration
Password Recovery

Prop (MPI)

From Tapestries MUCK

Revision as of 01:41, 31 March 2007 by Ash-Fox (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

prop

{prop:propname}
{prop:propname,obj}

Returns the literal string value of the given property.

If no object parameter is passed to it, it looks for the property somewhere down the environment from the trigger object. Otherwise, it looks down the environment from the object specified.

If the property is not found, this returns an empty string. If the property that it tries to access is read restricted and the owner of the trigger object does not own the object that the property is found on, then the MPI script stops with a Permission denied error.

prop!

{prop!:propname}
{prop!:propname,obj}

Returns the literal string value of the given property.

If no object parameter is passed to it, it looks for the property on the trigger. Otherwise, it looks for the property on the object specified. If the property is not found, this returns an empty string. If the property that it tries to access is read restricted and the owner of the trigger object does not own the object that the property is found on, then the MPI script stops with a Permission denied error.

Personal tools
Namespaces
Variants
Actions
navagation
information
wiki
Toolbox