help checkobject
checkobject <object> [modifiers] [filter <severity>]checkobject checks
checkobject severity
This attempts to find various errors in the object <object>, both cosmetic (like nasty colours) and problem-inducing (referencing non-existant objects).
The modifiers argument can contain a list of checks (you can see which checks are available using checkobject checks) with + or - prefixed to them to add or remove checks to perform. The first entry in the modifier argument can be -all which will turn off all checks.
The filter argument should be a severity level (which you can list using checkobject severity), and all failing checks with a lower severity than the filter will be hidden.
For example, to turn off tell checking:
>checkobject level2_kidney_1 -tells
To only do syntax checks:
>checkobject mini_dogwalk -all +syntax
To show only non-cosmetic checks:
>checkobject serriadh_pilot_1 filter minor
see also:
checklist, syntaxcheck, spellcheck, checkattributes, ls, stat, show, detail, references