Page 1 of 1

Need help with a script

Posted: 18 Oct 2021, 22:35
by Froze
im trying to write a script that goes to 8 when I press e then clicks on it, then goes to 7 and clicks again

e::send, {8}
return
Click
send, {7}
Click

whats wrong here?

Re: Need help with a script

Posted: 19 Oct 2021, 06:46
by thqby
e::{
send '8'
click
send '7'
click
}