#1 bug?
I am able to use relay just fine on the same pc with multiple sessions, but when i try to send a command to a remotes session, absolutely nothing happens (or appears that way).
Note that -echo's are sent to remote machine(same subnet) just fine.
so:
relay is1 cmd (works)
relay is2 cmd (works)
relay H2.is1 cmd (nada!)
relay H2.is1 -echo "HI" (works)
relay all -echo "grrr" (works)
#2 I can't test random stuff that pop into my mind atm as my work pc only has the games that come with XP


#3
can the echo session chat be captured by add trigger? (yeah i should have tested this last night but it didnt occur to me til now) My assumption is yes since echo chat is also sent to the isxeqchatwnd when its loaded.
If not, any easy way to implement it?
This would save me having to write a script for each command i want to send, or a global atom setting a value and a running script checking for changes in value and calling the internal code. Sending a message to game chat so it can be detected and triggered seems to defeat the whole purpose :PP
thanks...