IMM_VNUM
Keywords: IMM_VNUM, WIZ_VNUM
=== STAFF MANUAL ===
Usage: vnum mob <name>
vnum obj <name>
vnum trg <name>
Description:
Search all prototypes game-wide for entities whose keywords
match the given name. Returns a numbered list of matches with
their VIDs. Requires General privileges.
Types:
mob ............ Search mobile prototypes.
obj ............ Search object prototypes.
trg ............ Search trigger prototypes (also accepts
trig). Type keywords can be abbreviated.
Output:
Matches are sorted by VID and listed as:
1. [human:camp:5] Marine Rifleman
2. [human:camp:12] Marine Sergeant
The search uses isname() keyword matching -- partial matches
work the same way as targeting in-game (e.g. vnum mob marine
matches any mob with "marine" in its keyword list).
If no matches are found:
No mobiles by that name.
Notes:
- This searches the entire game. To restrict to a single
zone, use zvnum instead.
Related Helpfiles: WIZ_ZVNUM, WIZ_VSTAT, WIZ_LOAD
=== END MANUAL ===