So yeah I'm sitting here trying to laugh at people, but the listaudio method just takes too long, and by the time I get it ready there's no point. So I need myself a bind. However, even looking through both the online and built-in guides, my stuff seems to be wrong.
bind ins "bind = >$\sharklaugh;hldjsf"
As far as I can tell this SHOULD be correct, but alas it simply plays what was previously loaded. Assistance, por favor?
I cannot for the life of me get binds to work.
Forum rules
Read this before posting in this section
Read this before posting in this section
-
- Game DJ
- Posts: 2
- Joined: Fri Oct 09, 2009 10:18 pm
Re: I cannot for the life of me get binds to work.
So long as "sharklaugh" is located in the correct location (i.e. "HLDJ\Audio\sharklaugh.wav") and you're using HLDJ 1.5.0, I see nothing wrong with that syntax.
Usually the culprit is just a typo somewhere (and especially when converting spaces to '*'); Double check your Audio path, the name of the file (including the extension), your syntax, etc. To be certain, you can upload your script file and a screenshot of your audio directory and I'll double-check it.
Also, you can try temporarily dropping the "exact path" and use a looser search term like: keep making the search more and more specific until it approaches the actual filename and you'll be able to pinpoint the failure.
Usually the culprit is just a typo somewhere (and especially when converting spaces to '*'); Double check your Audio path, the name of the file (including the extension), your syntax, etc. To be certain, you can upload your script file and a screenshot of your audio directory and I'll double-check it.
Also, you can try temporarily dropping the "exact path" and use a looser search term like:
Code: Select all
bind ins "bind = $\arkla;hldjsf"
-
- Game DJ
- Posts: 2
- Joined: Fri Oct 09, 2009 10:18 pm
Re: I cannot for the life of me get binds to work.
Haha oh no, you're right. Turns out I THOUGHT it was "sharklaugh" but it was just "shark" in the end. I should have tried something else before assuming there was a problem. Thanks!