Thanks for the reply, really helped me out to know the difference between ControlSend & ControlClick
It ended up looking like this when I was done
ControlClick,x112 y255, ahk_id %idClone%, , LEFT

Had trouble figuring out where to put the "LEFT or RIGHT" in the script but I figured it out "Leaving it blank defaults it to a left click"