killme1st2
Member
- Joined
- May 25, 2013
- Messages
- 15
- Reaction score
- 0
then
0AB1: @SAY 1 15@
wait 1000
0C72: set_virtual_key 40 down true //down arrow
wait 10
0C72: set_virtual_key 13 down true //enter
wait 10
0C72: set_virtual_key 40 down false
0C72: set_virtual_key 13 down false
end
It is all working except it wont hit the down arrow.
It will say the message and it will hit the enter key.
Anyone know why it's not working?
0AB1: @SAY 1 15@
wait 1000
0C72: set_virtual_key 40 down true //down arrow
wait 10
0C72: set_virtual_key 13 down true //enter
wait 10
0C72: set_virtual_key 40 down false
0C72: set_virtual_key 13 down false
end
It is all working except it wont hit the down arrow.
It will say the message and it will hit the enter key.
Anyone know why it's not working?