//combat medic //press mouse3 for syringe gun release for medigun bind mouse3 "+combatmedic" alias "+combatmedic" "hud_fastswitch 1; wait; +attack; wait; slot1;" alias "-combatmedic" "+attack; slot2; wait; hud_fastswitch 0" "hud_fastwswitch 0" //duck jump bind space "+hijump" alias "+hijump" "+duck; +jump" alias "-hijump" "-jump; -duck" //semi auto fire for syringe gun bind mouse1 "+semi" alias "+semi" "slot1; wait; +attack" alias "-semi" "-attack" //switch to melee and attack bind "f" "+wack" alias "+wack" "hud_fastswitch 1; slot3; wait; +attack" alias "-wack" "slot1; wait; -attack;" "hud_fastswitch 0"