Ich suche ein Script fürs mwheelup und down das sozusagen bei up- sowie down die gleiche funktion hat.
Soll ungefähr so aussehen:
alias "step1" "slot1;wait;bind "mwheelup" "step2";wait;bind "mwheeldown" "step2";wait"
alias "step2" "slot2;wait;bind "mwheelup" "step1";wait;bind "mwheeldown" "step1";wait"
bind "mwheelup" "step1"
bind "mwheeldown" "step2"
jedoch bekomme ich bei dem script immer einen sound bei jedem switch der nervig ist - und es gibt bestimmt eine einfachere möglichkeit.
wenn ich nur
bind "mwheelup" "slot1"
bind "mwheeldown" "slot2"
mache, dann ist das viel zu schnell :/ bringen es da ein paar waits ?
was schlagt ihr vor ?
Soll ungefähr so aussehen:
alias "step1" "slot1;wait;bind "mwheelup" "step2";wait;bind "mwheeldown" "step2";wait"
alias "step2" "slot2;wait;bind "mwheelup" "step1";wait;bind "mwheeldown" "step1";wait"
bind "mwheelup" "step1"
bind "mwheeldown" "step2"
jedoch bekomme ich bei dem script immer einen sound bei jedem switch der nervig ist - und es gibt bestimmt eine einfachere möglichkeit.
wenn ich nur
bind "mwheelup" "slot1"
bind "mwheeldown" "slot2"
mache, dann ist das viel zu schnell :/ bringen es da ein paar waits ?
was schlagt ihr vor ?
Kommentar