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.