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

-=mobproc command=-

This command is used in SPC_MOBPROC mobs.  It restarts the mobproc from
its BEGINNING.  Note that this command is not like mstart in that it
doesn't care where the mobproc command ptr was left off, it simply resets
it to the first line in the mobproc (line #1).  For example:

...
say blah blah
mreset
say Do I execute?
...

In the above example, the second say command will %Bnever%0 execute
because mreset resets the mobproc before the second say is ever reached.
An mreset command is useful when used in conjunction with %6mif%0, when
one wishes to reset the mobproc based on some set of conditions.

Similar commands: MSTART, MEND, MIF