> Just patched this in so my builders can actually build online, wow what > a concept. And i noticed that it changes the standard board/message > editor, is there an easy way to rip the new one out and put the old one > back in? Or at least make the format the same where they can save by > putting a @ on a blank line? Thanks in advance. Yes, I changed mine so it uses "@" commands instead of "/" commands, primarily because my mud client uses "/" commands and it was annoying to have to use "//s" etc. Also, by adding extra case statment next to the save case, plain old "@" works again. Just find the statment that looks something like: case 's': and add this above or below it: case '\0': The code for the editor is in modify.c (I think). Ron +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST