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

-=mobproc command=-
-=mpause <# of quarterticks>=-

This command is used in SPC_MOBPROC mobs.  It is used to pause a mobproc
for a certain number of quarterticks.  Please note that the term
quartertick is certainly not exactly one quarter of a tick, in fact I
have yet to measure it.  For example:

...
say Ok, I'm about to wait for 8 quarterticks.
mpause 8
say Ok, I waited, let's boogie.
...

In the above example, the mob pauses for 8 quarterticks then resumes
execution after it has waited.  The number of quarterticks must be
positive.

Similar commands: MGOTO