I run the Chat_redirector plugin which send the chat to a world called Chat Window, which works fine. However, I wanted to add a similar window which just takes the Auction Data from the main world.
I literally just copy/pasted the Chat_redirector plugin - renamed it Auction_redirector and then Did a Find All/replace All in the document changing the word chat to auction. I then changed the triggers to suit my needs.
However, when I try to install the second plugin I get the error message :-
Line 22: The plugin 'Chat_Redirector' is already loaded. (Cannot load)
If I uninstall chat_redirector and install the auction_redirector it works fine, so it is not the plugin itself.
Just wondering if someone could please tell me what I am doing wrong?
Also, I cant seem to get the logging to work for the redirected window, is this possible?
Under the Edit Menu in Mushclient, there is an option labeled Generate Unique ID. You can use that to create a new ID that should be different from any others you may use. Of course, you could just change one character in the id (to something from 0-9 or a-f), and that would work too.
Thanks Nick. Sorry, by "start logging" I meant when the main world sent the data to that world.
I havent added a plugin to open the log files as yet, but I manually created the file (as per the autologging path spec - AuctionLog%a%d%b%Y.txt) before opening mushclient and connecting to the MUD.
However, the logging of the data still would not start until I manually clicked the Log Session in the file menu. It isnt a major problem to keep doing this, but was just wondering why?