Syntax: @create <class-name> named "<names>"
@create <parent-object> named "<names>"
The main command for creating objects other than rooms and exits (for them, see "help @dig"; it's much more convenient).
The first argument specifies the 'parent' of the new object: loosely speaking, the 'kind' of object you're creating. <class-name> is one of the four standard classes of objects: $note, $letter, $thing, or $container. As time goes on, more 'standard classes' may be added. If the parent you have in mind for your new object isn't one of these, you may use the parent's name (if it's in the same room as you) or else its object number (e.g., #4562).
You may use "called" instead of "named" in this command, if you wish.
An object must be fertile to be used as a parent-class. See help @chmod for details.
The <names> are given in the same format as in the @rename command:
<name-and-alias>,<alias>,...,<alias> [preferred]
<name>:<alias>,...,<alias> [not preferred]
See 'help @rename' for a discussion of the difference between a name and an alias.