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

-=mobproc command=-

This command is used in SPC_MOBPROC mobs.  It restarts the mobproc from
the last mend called.  It does NOT reset the mobproc back to beginning.
This command is useful for reactor mobs that are combined with mobproc
mobs.  For example:

...
mend
say blah blah, I started up again :)
...

In the above example, mend was called for whatever reason.  The mobproc
command ptr is left pointing at the next line (say...) but will not
execute that line because the proc was ended.  However, if the mob is also
flagged REACTOR and in a particular reaction you had the command
%6mstart%0
the mobproc would resume at the %6say blah blah%0 line.

This is useful for having a mobproc being triggered by a player.

Similar commands: MRESET, MEND