Below you'll see this
$
It's making Autoit3 error out.
I pulled this script form another post on here. I know some Autoit3 but not enough to read colors and perform actions based off that. I can click buttons, loops, pause button, mouse clicks, background clicks, etc.
But I can't figure out what $ means. It's giving an error. I can't tell if it's one of those HTML errors and if it's supposed to be another character or what.
See below:
MsgBox(0,"Chat Friendly ini addition","Move mouse over first attack")
$temp = MouseGetPos()
IniWrite("Vamp.ini","chat","Attack1posx",$tem p[0])
IniWrite("Vamp.ini","chat","Attack1posy",$tem p[1])
MsgBox(0,"Chat Friendly ini addition","Move mouse over second attack")
$temp = MouseGetPos()
$
It's making Autoit3 error out.
I pulled this script form another post on here. I know some Autoit3 but not enough to read colors and perform actions based off that. I can click buttons, loops, pause button, mouse clicks, background clicks, etc.
But I can't figure out what $ means. It's giving an error. I can't tell if it's one of those HTML errors and if it's supposed to be another character or what.
See below:
MsgBox(0,"Chat Friendly ini addition","Move mouse over first attack")
$temp = MouseGetPos()
IniWrite("Vamp.ini","chat","Attack1posx",$tem p[0])
IniWrite("Vamp.ini","chat","Attack1posy",$tem p[1])
MsgBox(0,"Chat Friendly ini addition","Move mouse over second attack")
$temp = MouseGetPos()