Skip to main content

MOB_PURGE

Keywords: MOB_PURGE
Syntax: MOB PURGE [argument] This command destroys the argument from the room of the mobile. Without an argument the result is the cleansing of all NPC's and items from the room with the exception of the mobile itself. However, mob purge $i will indeed purge the mobile, but it MUST be the last command the mobile tries to do, otherwise the mud can't reference the acting mobile trying to do the commands and bad things happen. Examples: MOB PURGE table This command will destroy any object called table which is inside the room. MOB PURGE This command will destroy everything inside the room. MOB PURGE $i This command will destroy the mobile itself, remember that it MUST be the last command of the program.