b+: Send {LShift down} sleep 1 Send {b down} sleep 1000 Send {b up} sleep 1 Send {LShift up} return F4:: gosub b+ gosub b+ gosub b+ Normally this would've worked but now I need gosubs with one sleep command being variable. I need the middle one to be variable:b+: Send {LShift down} sleep 1 Send {b down} sleep 1000<- variable Send {b up} sleep 1 Send {LShift up} return F4:: gosub b+{1000} gosub b+{20} gosub b+{800} How do I make a gosub with a variable, or something that similar to a shortened command with 1 variable? Thank you!
No comments:
Post a Comment