Used for adding, deleting, and modifying doors in room #vnum.
Direction determines which door is being changed, and can be north,
south, east, west, up, or down.
If the door does not exist first, a new door will be created.
Field is what property of the door is being changed. Valid fields
are:
purge
remove the exit in the direction specified - no value needed
description
value will become the new exit description
flags
value will be the new door flags bitvector as defined here:
a
Exit is a door that can be opened and closed.
b
The door is closed.
c
The door is locked.
d
The door is pick-proof.
key
value is the vnum of the key to the door in this direction
name 
value is the name of the door in the specified direction
room
value is the vnum of the room this direction leads to
%teleport% victim location %teleport% all location
Teleport moves the victim to the target.
The victim does not need to be in the same room as the mob.
If the victim is 'all', all the characters in the room will be teleported
to the target room.
No messages are generated by this command.
The object in the mob's inventory specified is removed from the
game.
'Mjunk all' removes all of the objects in the mob's inventory.
No message is sent by this command.
Only mobs may use this command.
The victim is placed into this mobile's memory list.
The next time the victim is seen by the mobile, the mobile will
perform command if set, or execute the memory trigger if no command
was provided.
When the command is carried out or the script executed, the victim
is forgotten.
NOTE: Any mob using the mremeber command MUST
have a MEMORY trigger attached.
It doesn't matter if the Memory trigger is never called (Narg 0).
Only Mobs may use mremember.
This command causes the executing mob to transform into the mob
with vnum.
Positive vnum:
Negative vnum:
Hit points stay the same.
All statistics are set to those of the new mobile.
Max hit points stay the same.
All descriptions change to those of the new mobile.
Experience stay the same.
The script is not changed.
Gold stay the same.
Position stays the same.
All other statistics are those of the new mobile.
All descriptions change to those of the new mobile.
The script is not changed.
The transformation is permanent, though additional transformations
may be performed.
No message regarding the transformation is sent to the room.
No load trigger will be executed.
Only mobiles may use this command (naturally).