You can edit your posts (to change erroneous data, although its usually a good thing to append a note at the end telling us what you've changed so we can make adjustments).
Anyway, are your triggers matching?
Try these:
* chats '*'.
and
* tells you '*'.
the *s are things that can change, so it wont matter if it's "Bob" or "Joe the werewolf" and then you need the second because they could tell you a lot of things.
Once you get those triggers set up (each their own trigger) you can test to see if they're matching by changing the color of the text (it's the dropdown menu in the right side center of the trigger dialog with all the colors).
You then change the "send to" dropdown menu (below the color one) to 'script' and put:
AppendToNotepad "Chats", "%0" & VBCrLf
in the 'send' box.
Make sure you have scripting enabled (and set to VBScript).
Shift-Ctrl-F6 > Check 'enable scripting' and set the script language to VBScript.
If you find that the triggers aren't matching, it probably has something to do with whitespace, or punctuation (triggers are fickle things).
had a miss informed you i had ryosho for vamp names it should be a wildcard here is what it should look like
yeah hrmm it didnt work.
here is what a the 2 main types of chat because in the mud i play the races chat diffren
the first is a wolf it would look like this
* the werewolf chats ' and the stuff they chatted here'.
the next is a vampire
* chats 'stuff they said here'
also in i needed it to work for tells
wolfs tells
* the werewolf tells you 'stuff they said here'.
vamp tells
* tells you 'stuff the told you'.
* the wildcard represents their name
so could some one help me out plz i tried every possible thing and still i cant figure it out and flanel im not sure why it worked it should of i thought
I belive a man should be judged by the quality of his work not the quality of his piss
here is what a the 2 main types of chat because in the mud i play the races chat diffren
the first is a wolf it would look like this
* the werewolf chats ' and the stuff they chatted here'.
the next is a vampire
Ryosho chats 'stuff they said here'
also in i needed it to work for tells
wolfs tells
* the werewolf tells you 'stuff they said here'.
vamp tells
* tells you 'stuff the told you'.
so could some one help me out plz i tried every possible thing and still i cant figure it out and flanel im not sure why it worked it should of i thought
I belive a man should be judged by the quality of his work not the quality of his piss
Amended on Wed 16 Feb 2005 09:12 AM (UTC) by Flannel
Message
You'll need to make a trigger to match on whatever you want sent, and then change the "send to" (dropdown) box to script and place this text in the send box:
AppendToNotepad "Chat_Window", "%0" & VBCrLf
and thats all you need to do.
If you need more information, search the forums for AppendtoNotepad or SendtoNotepad and look through the post titles for things that look relevant. I can almost guarentee your question will be answered.
well this isnt somthing i cant get to work. its more something i was wondering if someone could figure out how to do. on ZMUD a mud program that is very popular, there is a function/trigger called chat log, it logs your chat i to another screen so if you are "spammed out" or "afk" you can come back and still be able to see if anyone has sent you anything, i was wondering if someone could create a plugin or script or anything that would allow this, because thats the only draw back to mushclient over zmud and i love mushclient so plz someone help me out
I belive a man should be judged by the quality of his work not the quality of his piss
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.