Custom Exit Scripts and Speedwalk Mechanics

Post Reply
sadsak
Posts: 2
Joined: Mon May 16, 2022 11:32 pm

Custom Exit Scripts and Speedwalk Mechanics

Post by sadsak »

I have an interesting problem that I am trying to solve. The mud I play has a few rooms where the exit directions are static but the direction the exit moves you in is actually random (these rooms act as a sort of spinner). I want to pause my speedwalk at the random room and then step through the exits until I find the one that leads to the proper room.

I see that mudlet supports the notion of a custom exit script so I think I may be able to leverage that to help solve my problem. What I am not sure of though is how do I pause the speedwalking engine while I find the right exit. Also once the exit has been found, how do I notify the engine to continue?

Any suggestions? Also if I am trying to reinvent the wheel here, please point me at the solution!

Thanks!

Post Reply