Quote Originally Posted by Freddie',index.php?page=Thread&postID=119155#post1 19155]Great, thanks. Download here:

[url='http://hotkeynet.com/p/download.html
Download HotkeyNet[/url]

Let me give you a simple script for testing. You need one hotkey to rename your Warhammer windows so HotkeyNet can tell them apart, a second hotkey to test whether you can send keystrokes, and a third hotkey to test whether movement keys work (they are more complicated than regular keystrokes).

Code:
<Hotkey Ctrl R>  // PRESS CTRL R TO RENAME WARHAMMER WINDOWS
<RenameWin Warhammer War1>
<RenameWin Warhammer War2>

<Hotkey F1>     // PRESS F1 TO SEND B TO BOTH WARHAMMERS -- 
<SendWinX War1> // SHOULD TOGGLE BOOK
<Key B>
<SendWinX War2>
<Key B>
<Restore>

<Hotkey F2>      // PRESS F2 TO SEND  W TO BOTH WARHAMMERS -- 
<SendWinX War1>  // SHOULD MAKE TOONS MOVE FORWARD
<KeyDown W>
<SendWinX War2>
<KeyDown W>
<Restore>
<HotkeyUp  F2>
<SendWinX War1>
<KeyUp W>
<SendWinX War2>
<KeyUp W>
<Restore>
Ok I installed 1 pc as Server, and the 2nd pc as client using current HKN.

I copied the above as script.txt and loaded it on each machine.

I press Ctrl+R on server machine, and got:
From this pc: <RenameWin Warhammer War1><RenameWin Warhammer War2>
<RenameWin Warhammer War1> completed: Window found. Target set to 0xE03BC "Warhammer: Age of Reckoning, Copyright 2001-2008 ". Window renamed "War1"
<RenameWin Warhammer War2> failed: Could not find window "Warhammer"


I press Ctrl+R on client machine and got the same thing.

I then updated script.txt on server machine to have this line:
<RenameWin Warhammer War1>

Now client machine has a War2 window.

I press F1 and only server machine opens the bag. client 2 dont do anything.