@attach

This program removes an action from one object and attaches it to another.

Synopsis

@attach action = object

Parameters

action
An existing action.
object
The new parent object of the action.

Description

When an action is created, it is stored as properties of another object. When you wish to move the the action to another object, use the @attach program.

You must own the action, the original object and the new object you wish to attach the action to. If any of these conditions are not met, @attach returns a Permission denied error.

Example:
@attach honkbutton=mygate

Returns

Action re-attached.
When the command is successful

Errors

Permission denied.
When the character issuing the command does not own the action, the original object the action was attached to or new object where the action will be attached.

See also

@action, @link

Open Issues

<Empty>

Status

2nd. Tue Oct 6 01:37:58 PDT 1998
Needs to be reviewed by ADMIN.

Copyright © 1998 Bob Simpson