Quote Originally Posted by Khatovar View Post
The answer is directly in the error message. You need to assign the IP address of the second computer in the script.



Code:
//-----------------------------------------------------------
// HOTKEY TO LAUNCH BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
    <Launch Local>
    <Launch IP_ADDRESS_2>




Code:
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES 
//-----------------------------------------------------------
<Label w1 Local SendWin "World of Warcraft">
<Label w2 2ND_IP_ADDRESS SendWin "World of Warcraft">

I see, thank you very much for the help. =D