/
roa/
roa/lib/boards/
roa/lib/config/
roa/lib/edits/
roa/lib/help/
roa/lib/misc/
roa/lib/plrobjs/
roa/lib/quests/
roa/lib/socials/
roa/lib/www/
roa/lib/www/LEDSign/
roa/lib/www/LEDSign/fonts/
roa/lib/www/LEDSign/scripts/
roa/src/s_inc/
roa/src/sclient/
roa/src/sclient/binary/
roa/src/sclient/text/
roa/src/util/
MTRIGWAX

-= mobproc command =-
-= see also: mtrigadd mtrigdelete mtrigoff mtrigon =-

mtrigadd plop
{
say Plop, Fiz Fiz... oh what a relief it is.
}
mtrigwait
say Ok, you triggered me.... now I'm going to wax my trigger list.
%B%6mtrigwax%0
mend

This command is used in MOBPROC mobs.  It is used to completely destroy
an entire list of mobproc triggers.  An example of its use would be right
before an %Bmend%0 command, when the mob is about to end its mobproc.  I
recommend using this command before %B%6ANY%0 mend command, as it will free
up system resources. 

If you call this command with a mob that has no triggers in its list, it 
will be ignored.

Feel free to ask myself (Vall) or anybody else who has experience with
these any questions you may have about their use.