Okay so mouseclick apparently can't handle arrays or variables:
$temp1 = "619 , 755"
$temp = $Positions[13][1]
MsgBox(64, "Test", $temp)
MouseClick("right" , $temp1 , 1)
MouseClick("right" , $temp , 1)
The array contains 619 , 755 and so does the temp1 variable... What's the issue? The script just rolls the mouse to the top mid of the screen and rclicks.
-Jace