You still have information outside the brackets. And we're going to need something more than "strange" to troubleshoot.
Code:
/ / ------------------------------------------------ ----------------
/ / SET PIP CONFIGURATION
/ / Usage: <SetPip BigWindowName LittleWindowName>
/ / This command is called by <Hotkey F1> Which is defined below.
/ / ------------------------------------------------ ----------------
<Command SetPip>
<TargetWin %2%>
<SetWinSize 470 360>
<SetWinPos 1450 725>
<TargetWin %1%>
<SetWinPos 0 0>
<SetWinSize 1920 1080>
<TargetWin %2%>
<SetForegroundWin>
<UpdateWin>
<TargetWin %1%>
<SetWinRegion 360 1450 725 470>
<SetForegroundWin>
/ / ------------------------------------------------ ----------------
/ / TOGGLE PIP CONFIG WITH HOTKEY
/ / ------------------------------------------------ ----------------
<Hotkey ScrollLockOn F1>
<Toggle>
<SetPip WoW1 WoW2>
<Toggle>
<SetPip WoW2 WoW1>
Connect With Us