Is there any way to access the details(fields) of a room(record) in a map as a normal database? They look similar in format but I think there are still some differences between them. When I tried load ...
Yeah. That's another solution to the problem as well. So now I've successfully captured text from the MUD using this script. Next I want to isolate the room description to a new variable, so I can use ...
While we are at it, is there any other way to capture the text using a different trigger pattern? Any way to match the phrases between the commas? A difficulty to achieve this I've faced is that the t ...
I'm working on part of this script. The function it should perform is to capture the text after a flee command and display using the #show command. Here's the code.