Hello all, I am basically brand new to autoit. I actually discovered autoit while searching for a way to create macro's to send txt macros for the mmo Tera Online. This is an example of my basic script that I have been attempting to use with mixed results.
WinActivate("TERA")
ControlSend("TERA", "", "", "{ENTER}", 0)
Send("")
ControlSend("TERA", "", "", "{ENTER}", 0)
Yes, I realize this script is extremely simple but I have to start somewhere lol.
Anyway, this script works perfectly about 1/3 of the time i execute it. Another 1/3 of the time it misses the first 3 letters off whatever I type,and the last third it simply closes the chat box and launches all kind of hotkeys in game, which is very annoying. I would appreciate any help I could get on this. : )
On a side note, is there a way to more easily launch the script then simply clicking on the run script program on my desktop?
WinActivate("TERA")
ControlSend("TERA", "", "", "{ENTER}", 0)
Send("")
ControlSend("TERA", "", "", "{ENTER}", 0)
Yes, I realize this script is extremely simple but I have to start somewhere lol.
Anyway, this script works perfectly about 1/3 of the time i execute it. Another 1/3 of the time it misses the first 3 letters off whatever I type,and the last third it simply closes the chat box and launches all kind of hotkeys in game, which is very annoying. I would appreciate any help I could get on this. : )
On a side note, is there a way to more easily launch the script then simply clicking on the run script program on my desktop?