|
chris74269 Novice
Joined: 26 Mar 2003 Posts: 40
|
Posted: Sat Nov 15, 2003 6:37 pm
logging child windows |
this is my basic trigger
#TRIGGER {~(%w tell~)} {#CAP tells}
i would like to know how to log what is captured in my tell window, i tried changed {#CAP tells} to {#CAP tells;#LO tells;#LO}, since i dont want it logging all my mud output as well as the tells, i want just the tells, but it didnt work, any suggestions on how to do it? |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Sat Nov 15, 2003 9:15 pm |
Do you want to log everything shown in the tells window? Or do you have mud output popping up in there too?
If the tells window has everything and only what you want to log, just do this at startup:
:tells:#LOG tells.txt
What you have {#CAP tells;#LO tells;#LO} would do this:
"#LO tells" would open a log file named "tells" and begin logging the main window
"#LO" would toggle logging off.
If you want to create a log line by line, then #FILE and #WRITE might be what you are looking for. |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|