@check

This program displays any visible message properties that are not set on an object.

Synopsis

@check object

Parameters

object
the the object to be examined

Description

All relevant messages for the object are checked and any that remain unspecified are reported.

Example:
@check honkbutton
honkbutton(#465E) is unlinked.
honkbutton(#465E) is missing an @description message.
Check done.

Returns

object_name(dbref) is missing property
A line spcifying the missing property or setting.
Check done.
When the command is successful.

Errors

<Empty>

Status

Alpha Tue Oct 6 01:54:14 PDT 1998
Needs to be reviewed by ADMIN.