| View previous topic :: View next topic |
| Author |
Message |
Cango Guest
|
Posted: Sat Oct 03, 2009 5:24 pm Post subject: Shift key problem. |
|
|
Hi there, I made a simple script to change hotbars the same time I change weopons in an online game, the script is as follows;
______________
f4:: ;
{
send {f7}
Send {f1}
sleep 10
return
}
f5:: ;
{
Send {f8}
Send {f2}
sleep 10
return
}
f6:: ;
{
Send {f9}
Send {f2}
sleep 10
return
}
________________
The script works, the issue im having is when I hold down the shift key to sprint in game, the script doesnt work. Can someone help show me how I incorporate the possiblility that I may have shift held down in the script? |
|
| Back to top |
|
 |
TchnclFl
Joined: 29 Jul 2009 Posts: 48
|
|
| Back to top |
|
 |
Cango Guest
|
Posted: Sat Oct 03, 2009 7:22 pm Post subject: |
|
|
Much appreciated, worked a charm.
Was pullin my hair out for hours trying to get it to work, only to find it was 1 cymbol!!! >8[
Thanks alot. |
|
| Back to top |
|
 |
TchnclFl
Joined: 29 Jul 2009 Posts: 48
|
|
| Back to top |
|
 |
|