wow thanks man
so where you have put
;the things you do while fighting, put your code in this function
Send("foo")
Send("bar")
Send("HappyNewYear")
i just copy over that with my target attack loot script?
i also need to know what code i need to write to make it send e .g
Send("3") every 432 seconds
i know send("3")
Sleep(432000)
wont work write
you that also need a whileloop?
oh one more thing ^^
a start/pause /unpause hotkey
would it just be
HotKeySet ( "Home" , "start" )
HotKeySet ( "End" , "pause" )
HotKeySet ( "+End" , "unpause" )?
and would all the go at the start of the script or end or where?
thanks in advance