Script for Mordhau on 1 key (action and voiceline)

Ask gaming related questions (AHK v1.1 and older)
Arthas Langley
Posts: 2
Joined: 17 Nov 2020, 16:26

Script for Mordhau on 1 key (action and voiceline)

Post by Arthas Langley » 17 Nov 2020, 16:39

Hello, sorry if I join in wrong topic with my question, can someone help me with script which I can do a action and also use a voiceline?
For example, If I press F (which using for kick in game) I also want to pronounce a specific voiceline (that pressing by this keys: c+4)
I tryed something like this:

Code: Select all

q::
Send q
Send cc2
return
f::
Send f
Send c4
return
ctrl::
Send c3
return
WheelUp::
send c5
return
[Mod edit: [code][/code] tags added.]

But it's almost dose not working (only with ctrl). When I pressing q,f or wheelup, character only doing a voiceline without action. Is there a solution for my problem?

Return to “Gaming Help (v1)”