diff --git a/examples/nicks_config.yaml b/examples/nicks_config.yaml index a0b2b0d..d1b0032 100644 --- a/examples/nicks_config.yaml +++ b/examples/nicks_config.yaml @@ -31,12 +31,6 @@ default: cancel both: yes # other - double y: - primary: - impulse: say - secondary: - impulse: say_team - condition: mouse4 double =: primary: impulse: kill @@ -145,4 +139,20 @@ medic: hold class_action: alias: yes press: "hud_medicautocallersthreshold 150" - release: "hud_medicautocallersthreshold 75" \ No newline at end of file + release: "hud_medicautocallersthreshold 75" + +soldier: + double mouse1: + hold primary: + attack + hold secondary: + press: + - +attack + - +duck + - +jump + release: + - -attack + - -duck + - -jump + condition: mouse4 + \ No newline at end of file