Unless the information is time sensitive, as in, it's information that can change a lot within a couple of prompts, I'm probably not going to add it to GMCP.
I've been pretty quiet about it, as the original concept I had drawn up for it has slowly lost appeal the more I went over my notes, so I need to start plucking out the things I liked and r…
I'm only putting in the very basics, the kind of stuff I personally wouldn't want to deal with if I wanted to code myself a system. If I feel it asks too much in the way of automation, I probably won't do it.
If making use of string matching functions is working for Mr NewCoder, I don't really see anything wrong continuing to use that. The important thing with a script at the end of the day is that it works.
(Quote)
JSON (short for JavaScript Object Notation) is the format in which we encode the information we want to send and pass along to the user through GMCP. It's super simple to figure out to the point that you could quite easily do it in you hea…
Just to touch on Oleis' reply, MUSHclient comes with a distrubuted JSON package that you can easily load into your code without much of a hassle. You can find it in the lua/ subdirectory of your install path called json.lua. Then all you need to do …
I updated the AB files for them to show what they currently do. Don't expect to see a lot of use though, they're rather lackluster. I might throw in some freebie upgrades at some point when I have a little time.
I have edited the room display for LOOK a number of times, mainly when I introduced the weather changes a while back. I honestly can't say for certain what is causing your issues, it's been a long time since I looked at the i_mapper code, but Mudbot…