LButton::
MouseClick, Left
if(recodring==true){
mouseGetPos, x, y
xPosPlan[pos] := x
yPosPlan[pos] := y
xPosPlan.push(0)
yPosPlan.push(0)
timePlan.push(0)
pos := pos + 1
return
}
I made a script that records mouse clicks but in this part I dont know why left button dragging got disabled ?