 |
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Sun Jul 09, 2006 7:11 pm
Send Text to Window |
How do I send text to a child window?
Like the Tell window
Toy |
|
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sun Jul 09, 2006 8:49 pm |
Look up #CAP and #WIN
Example:
[CHAT] Winnie the pooh: Is Piglet about?
#TRIGGER {^~[CHAT~]} {#CAP Chat}
#TRIGGER {^~[CHAT~]} {#CAP Chat;#GAG}
#TRIGGER {^~[CHAT~]} {:chat:#SAYPROMPT %time(hh:mm)%char(32);#CAP Chat;#GAG}
Different ideas on the theme.
#GAG - clears it from your screen
#SAYPROMPT - this one adds the hour and minute before each capture |
|
|
|
 |
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Mon Jul 10, 2006 4:28 am |
Thanks for the reply.
But I was thinking something different. I just want to send text to the window adhoc and randomly, but as a capture.
How can I do that? |
|
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Jul 10, 2006 4:55 am |
I suggest using the manual. The commands are quite obvious if you are, you know, actually reading about them.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Jul 10, 2006 3:07 pm |
You will need to explain in more details what exactly it is you want, ToyMage. Right now, it seems that your question has been answered completely by TonDiening.
|
|
_________________ Kjata |
|
|
 |
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Mon Jul 10, 2006 3:41 pm |
#MENU {Send to Tell Window} {#CAP Tell %selline;#GAG %selline} ""
|
|
|
|
 |
|
|
|