forums wiki bugs items helps changes map login play now

MPROGS

General
What follows is a reference of mob commands and examples of their use:
 
<string> will be shortened to <s>
 
COMMAND         EXAMPLE                       EXPLANATION
 
asound          mob asound <string>           Prints <string> to all rooms
                                              around the mob (like broadcast) 
gecho           mob gecho <s>                 Sends <s> to everyone in the
                                              game.
zecho           mob zecho <s>                 Sends <string> to everyone in the
                                              same area.
kill            mob kill target               Forces the mob to attack target
assist          mob assist target             Forces mob to help pc/npc fight
                                              whoever they are fighting
junk            mob junk item                 Allows mob to destroy an item 
                                              in its inventory or being worn
                mob junk all                  Allows mob to destroy all items
                                              in its inventory or being worn
                mob junk all.item
echo            mob echo <s>                  Sends the string to the room. 
echoaround      mob echoaround $N <s>         Sends the message to everyone in
                                              room except the target.
echoat          mob echoat $N <s>             Sends the message to just the
                                              target
mload           mob mload <vnum>              Mob loads another mob
oload           mob oload <vnum>              Mob loads an object
purge           mob purge target              Lets a mob use the purge command.
                                              It will purge either all objs and
                                              NPCs in the room (minus itself)
                                              or it can be specified.
goto            mob goto <vnum/target>        Allows a mob to use the goto
                                              command. (No one will see it
                                              leave or appear. Use echos if
                                              you want to achieve that effect)
at              mob at <location> <action>    Allows mob to use goto command.
transfer        mob transfer <target> <vnum>  Transfers single target
                mob transfer <all> <vnum>     Transfers everyone in the room
gtransfer       mob gtransfer <target> <room> Transfers the group of the target
 
SEE MPROGS2