Skip to main content

MOB_REMOVE

Keywords: MOB_REMOVE
Syntax: MOB REMOVE [victim] [vnum|'all'] This command lets the mobile to strip an object of given vnum from the victim. Objects removed are destroyed. If the vnum is replaced with "all", the whole inventory of the victim is destroyed. This command is probably most useful for extracting quest items from a player after a quest has been completed. Examples: MOB REMOVE $n 3000 The mobile will remove the object which has the vnumber 3000 from the player who activated the trigger ($n). MOB REMOVE $r all The mobile will remove all the equipment from a random player inside the room.