Binding kill/playdead with voice?


(TheNyx) #1

Hello dear viewers.
Firstly I’d like to know if theres possibility to bind kill and playdead with voicechat.
To explain closer what I mean to do is to
/bind x “kill” and the same time that the voice would say “Oops” or something.
Same with playdead:
/bind x “playdead” and the same time that the voice could say “EnemyWeak” or alike.

I’ve been trying to find it out for more than an hour and searching forums like lunatic so maybe you guys/ladies could help me how to do it right way.

Also I have tried to use “;” in different places when composing the bind but still got no positive result.

Thanks for feedback :slight_smile:


(UJERebel) #2

http://returntocastlewolfenstein.filefront.com/file/ET_Multikey_Bind;37202

Maybe try this…:stroggtapir:


(B0RG) #3

bind x “playdead; vsay oops”

or vsay_team instead of vsay… or enemyweak instead of oops…

but the way is bind X “command ; command”

If the console doesnt accept… "… then try to apply the command using *.cfg file


(system) #4

bind x"kill;vsay oops" should do it.
Also check in pak0.pk3 the wm_quickmessage.menu file where the other voice commands are defined.

edit: ok, borg was faster :stuck_out_tongue:


(phisherman) #5

Yep, ; should do it. If not, you can use a config file.

//Contents config:
//playdead
//vsay xy

bind X exec config.txt

(UJERebel) #6

[QUOTE=Phishermans Phriend;232177]Yep, ; should do it. If not, you can use a config file.

//Contents config:
//playdead
//vsay xy

bind X exec config.txt

[/QUOTE]

Yea, indeed, should it be config.cfg then?


(system) #7

I don’t think it matters what the extension is called. Never tried it tho but i think you can call it whatever you want.