Hi guys need some help at Mouseclicks at AHK well my german mates cant help me
Well i made a script

Code:
#IfWinActive, Leader
LButton::

 if MouseInRange(250,269,759,778)
	ControlSend,,{3 down}{3 up},	Leader
else if MouseInRange(250,269,759,778)
	ControlSend,,{3 down}{3 up},	Box1
else if MouseInRange(250,269,759,778)
 	ControlSend,,{3 down}{3 up},	Box2

else
	Click
return
but then only my Leader cast then and if i wirte this

Code:
#IfWinActive, Leader
LButton::

 if MouseInRange(250,269,759,778)
	ControlSend,,{3 down}{3 up},	Box1
else if MouseInRange(250,269,759,778)
	ControlSend,,{3 down}{3 up},	Leader
else if MouseInRange(250,269,759,778)
 	ControlSend,,{3 down}{3 up},	Box2

else
	Click
return
Only the Box1 cast can you help that all cast if i Click in this Range

Sorry for my bad english