COMMAND DESCRIPTION
Command Name: ADD
Short Description The add command allows you to create npc, item or multi instances.
Usage: - add npc-id
- add item-id
- add multi-id
- add
Detailed Description
If no additional parameters are passed to the add command, it will generate a menu with all
categorized item and npc definitions. The entries of the menu are automatically generated
based on the loaded definitions tag.
The object's ids can be found in the definitions, such as:
<!-- Random Horse -->
<npc id="horse" inherit="animal_base">
...
</npc>
In this case, to create an instance of the object defined above one should
use add horse.
|