The Stopinator

Share your scripts and packages with other Mudlet users.
Post Reply
User avatar
demonnic
Posts: 883
Joined: Sat Dec 05, 2009 3:19 pm

The Stopinator

Post by demonnic »

Friend needed a way to temporarily block normal movement because leaving the room too soon was causing resource wastage.

And thus the STOPINATOR WAS BORN!

It's just a really simple script which allows you to toggle a block on normal cardinal movement, plus up/down/in/out.

use function stopinator.block() to temporarily halt regular movement
use function stopinator.unblock() to release yourself from the stopinator's clutches

If you use the IRE mapping script you may want to issue mmp.pause("on") when you block and mmp.pause("off") when you unblock to also pause any speedwalking you may be doing.

You can download the mpackage HERE

Post Reply