hi guys, another question
I used this:
on *:dialog:*click:*:{ if ($dname != DialogName) { echo -a blah } }
I need my script to echo when I click by the mouse anywhere except in specified dialog (DialogName).
The problem is when I click by mouse in the chat window for example, It does not work because I am using on *:dialog: so it is for dialogs only but I need it work when I click by mouse anywhere except my dialogname ??