Why wont my script type a forwards dash? /
Im trying to make a simple script that types / and then waits a moment, and then types @@.
It is also keybinded to /
Heres what I have so far.
------
/::
Send /
sleep 1000
send @@
return
------
Currently, It just doesnt type a /, waits, and then types @@.
I've also tried "SendRaw" and that didnt work.
Im new to this, so I dont know which flair to pick, or if the answer to my question is stupidly simple, sorry.