|
Safeway Newbie
Joined: 26 Feb 2003 Posts: 1
|
Posted: Wed Feb 26, 2003 5:39 am
Pasting chats etc in sepate window - HELP |
We all have the problem of not being able to read chats, tells, and other important information as it scrolls by. How do I implement the pasting of tells, etc into a separtate window like on the zmud product page?!
I also would like to be able to view auctions and the like. Any information on how to do this woul dbe appreciated. I cannot find it on this site or in the help documents. |
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Wed Feb 26, 2003 6:20 am |
This should do it:
#TRIGGER {%w chats '%*'} {#CAPTURE ChatWindow}
And if you want auctions to be in the same window, you can do:
#TRIGGER {%w auctions '%*'} {#CAPTURE ChatWindow}
otherwise,
#TRIGGER {%w auctions '%*'} {#CAPTURE AuctionWindow}
- Charbal |
|
|
|
|
|
|
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
|
|