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

-=mobproc command=-

This command is used in SPC_MOBPROC mobs.  It is used to end a mobproc,
but not reset its command ptr back to beginning.  Its primary use is for
halting the mobproc until a trigger is used to %6mstart%0 it again.

...
say Shotgun go BoooYahh!
mend
say ok Starting up again.
...

In the above example, after the first say is executed, the mobproc is
halted.  The mobproc command ptr will remain pointing at the second say
until an %6mstart%0 is called from a reaction on a reactor mob OR from an
mtrig (See mtrig wizhelps).

Note about the %6wrap around%0 affect:
	If you do not specifically place an %6mend%0 at the end of a
	mobproc command list, it will wrap around to the %Bbeginning%0
	and begin execution once more from the top.  If you wish the mob
	to only execute a certain mobproc once, be sure to place an mend 
	at the end of the mobproc command list.

Similar commands: MRESET, MSTART, MTRIGWAIT