my Problems that I make script for game that make used key f7 then I need order to press Enter key how I cam make that
cos in the game I play F7 make it feed pet then get order OK or Cancel I need press OK and that bay Enter or press button OK
SO Can Any one help me in that order ??
my script
CODE
SetActiveWindow Asheron's Call
While 0 = 0
Loop 50
Keys {f7}
Delay 1 sec
End
Loop 5
Keys { here need Enter }
Delay 800 sec
End
End
While 0 = 0
Loop 50
Keys {f7}
Delay 1 sec
End
Loop 5
Keys { here need Enter }
Delay 800 sec
End
End