Hello,
I found this script at Yours page, and i have small question about that:
set sl_00 "set sl_f vstr sl_01; ut_echo ^7Human; vstr zom"
set sl_01 "set sl_f vstr sl_00; ut_echo ^3Zombie; vstr hum"
set sl_f "vstr sl_01" // Set Default
bind m "vstr sl_f" // Replace "m" with a key of choice
set zom "bind MOUSE1 +attack"
set hum "bind MOUSE1 vstr att"
set att "+attack; -attack; wait 5.5; +attack; -attack; wait 5.5; +attack; -attack"
~~~
http://www.1upclan.info/forum/index.php?topic=8090.0how can i do this speed when i using mwheelup & mwheeldown
whether it is possible to change the script to run when I turning the wheel on the mouse?
This script running too slow in contrast to prior contrast to the previous script which I gave:
/bind mwheelup +attack; +attack
/bind mwheeldown +attack; +attack...
any suggestions?
____
Srry, for my bad english, but I hope that you understood.