Cage_fire_2000 said: First of all, I heard from a friend that geocities may be dropping free web hosting near the end of this month, I don't know if it's true or not, but just in case I'm moving everything to my tripod website. I'll leave the geocities site alone for this month but I won't update it.
A simple google search led me to the Geocities homepage [1], where it says "GEOCITIES IS CLOSING ON OCTOBER 26, 2009" in a large font.
[1] http://geocities.yahoo.com/
Cage_fire_2000 said: Stay tuned, I am working on a plugin that'll let you select text in the output window, click an alias menu option and convert it into MUSHCode /complete/ with color and then it pastes it into the command window. I already have it working, there might be a few bugs or ways to optimize it. Again it's mostly designed for 8bitMUSH, and we now use the extended 256 color ansi that mushclient added support for, but I did write an alternative standard 16 color version in the same plugin that should hopefully work with any pennmush game and supports underline, inverse, and flash. Although the 256 color version does not, as 256 color and standard ansi don't completely mix well on our game. Although with 256 colors to choose from, not many people bother with underline(we mostly use the colors for artwork anyway where underline doesn't matter much). I suppose I could hack it a little, but the output would be a bit larger... maybe in a later version.
Okay... I'll admit I didn't read the whole post. But could you put the text into a utils.editbox() call? Would make it easier/cooler.
str = "this is some MUSHcode"
utils.editbox("MUSHcode", "MUSHcode Converted", str)
EDIT: Seems to be a Lua-only extension, and by the earlier discussion I'm not sure you're using it, but it's just one of those nice touches if you are. |