/
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/
MTRIGOFF

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

mtrigadd plop
{
%B%6mtrigoff%0
say Plop, Fiz Fiz... oh what a relief it is.
mgoto 54
}

This command is used in MOBPROC mobs.  It is used to completely ignore
%Bany%0 triggers that the mob may have in its list, but the mob will
continue to execute its mobproc.  It's useful when you have a particularly
long reaction to a trigger and want to %Bignore%0 any other triggers that
may be triggered while the mob is performing a reaction or other vital
part of a mobproc.

To have the mob beging listening to its trigger list again, use the mobproc
command %B%6mtrigon%0.

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