Search found 2 matches

by sadsak
Sat Nov 19, 2022 9:41 pm
Forum: Help Forum
Topic: Directly Writing to Log File
Replies: 1
Views: 5597

Directly Writing to Log File

I have a fairly complicated set scripts that I am debugging. It works 99.99% of the time, but when it doesn't, I need a lot of debug info. I would like to write the debug info to the main log file without echoing it to the console. Is there a function that will allow me to log to the main logfile? I...
by sadsak
Mon May 16, 2022 11:47 pm
Forum: Help Forum
Topic: Custom Exit Scripts and Speedwalk Mechanics
Replies: 0
Views: 20049

Custom Exit Scripts and Speedwalk Mechanics

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 ex...