$bPrintedMenuBar = true;
}
}
function printMenuJavaScript()
{
global $bPrintedJavaScript, $TEST_DIR;
if ( !$bPrintedJavaScript )
{
?>
Online Help
Index
Search by...
|
Mpjunk
This will remove an object from the game.
mpjunk $o This will junk the given object and is used on the object itself to be junked.
mpjunk i12004 This will junk a given object name (i12004 could also be knife or whatever other names the object has). It is best to use the vnum unless you do not care which vnum of items with the same name you are junking.
mpjunk i12004 $n This will junk a given object name (i12004 could also be knife or whatever other names it has) on a specific target (namely the PC).
mpjunk all This will junk all items in inventory of the mobile.
mpjunk all.iQQ00 $n This will junk all items of that vnum in the inventory of the PC.
mpjunk all.iQQ00 This will junk all items of that vnum in the inventory of the mobile.
Related topics...
|