08-06-2018, 05:55 PM
if i understood you correctly
try this
Function StartMacroIf
Trigger 4
try this
Function StartMacroIf
Trigger 4
wait(5 ML); err int leftClick=1
if(leftClick =1)
,out "function will now end because no left click within 5 seconds"
,ret;;no left click end function
if(leftClick=0)
,out "starting code because left click was within 5 seconds"
,;mac "Macro9";example add code to do whatever you want since condition is true