ok this is what I want to do:
I have an 'afk' mode on/off alias/trigger set so that if I go afk and someone tells me something, they are given an automatic response that I am afk. That part is no worries.
What I am also wanting to do is have whatever someone tells me while I'm afk to be saved to a notepad txt file.
I have 2 triggers now that both match on
* tells you *
one of the triggers (labelled afktrigger) just sends to world
tell %1 <auto reply> I am currently afk.
no worries there. the second trigger (labelled afklog) I have set to send to notepad (append) this:
%1 tells you %2
but there isn't any notepad .txt files being created ("If you are appending to a notepad window, the trigger text is appended to a window of the name: "Trigger: <label>" where <label> is the label of this trigger. If there is no label, then the window name will be just "Trigger:". If this window does not exist, it is created.")
What am I doing wrong here, can someone help please? I've searched C drive to make sure it wasn't hiding out somewhere.. no luck there.
I have an 'afk' mode on/off alias/trigger set so that if I go afk and someone tells me something, they are given an automatic response that I am afk. That part is no worries.
What I am also wanting to do is have whatever someone tells me while I'm afk to be saved to a notepad txt file.
I have 2 triggers now that both match on
* tells you *
one of the triggers (labelled afktrigger) just sends to world
tell %1 <auto reply> I am currently afk.
no worries there. the second trigger (labelled afklog) I have set to send to notepad (append) this:
%1 tells you %2
but there isn't any notepad .txt files being created ("If you are appending to a notepad window, the trigger text is appended to a window of the name: "Trigger: <label>" where <label> is the label of this trigger. If there is no label, then the window name will be just "Trigger:". If this window does not exist, it is created.")
What am I doing wrong here, can someone help please? I've searched C drive to make sure it wasn't hiding out somewhere.. no luck there.