Code: Select all
$e::{
var := "
(
Enter
Encumber
Random
Random2
Shuffle
Play
No
Where
)"
CoordMode "Mouse"
var := Sort(var, "Random")
out := StrSplit(var,"`n","`r")
SendInput "{Click 1022 689}"
SendInput (out[1])
SendInput "{Enter}"
}
My code works but how do I get rid of the red highlight after the first and 2nd quotation marks line 147 and 157? or is there a better code solution
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]