Multiple notepads, clearing them and sharing them

Posted by ErockMahan on Mon 15 Aug 2005 04:00 PM — 2 posts, 16,023 views.

#0
Now that i'm able to have several different notepads active at one time, I'm having fun trying to organize them all reasonably.

I have found that when I provide a label for a trigger that appends text to a notepad, the notepad will have that title. Understandably, I cannot give two different triggers the same name, so I cannot get them to append to the same file unless I do not give them any label. But there are triggers of different titles that I'd like to activate and deactivate as well, so they need to be titled.

An example should turn my gibberish.

I have a variety of triggers that sends all tells, gold and xp received to the same notepad. Those I like to have active all the time, so they have no label, which means they are all sent to the default notepad entitled "Trigger:".

So far so good.

There is a temporary trigger (it turns on and off) we'll call SpecialTell that will append to its own notepad called "SpecialTell" (because that is the label). I would like this to still be sent to the same notepad the other triggers are sending (to "Trigger:"). Is that even possible?
USA #1
Instead of using the inbuilt send to notepad, use the script function: "SendToNotepad", it will allow you to specify which notepad you want.

Or actually, you should probably be using AppendToNotepad, since you're appending information.

(Use Send to Script, and then put your "sendtonotepad" commands in the send box)