I Wish Me A Scripting Forum
Elusiv
Join Date: 2002-11-15 Member: 8657Members
<div class="IPBDescription">Doublebind Problem;)</div> I have a Problem with a doublebind
bind x "hotkey88; wait; hotkey59"
Why 2 hotkey commands in 1 Bind doesnt Work?
i have tried
bind x "blubb1; wit; blubb2"
alias blubb1 "hotkey88"
alias blubb1 "hotkey59"
But nothing Works ;(
Anyone have a Idea pls Help <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
(I wish me a Scripting Forum for all Freaks like me ^^)
bind x "hotkey88; wait; hotkey59"
Why 2 hotkey commands in 1 Bind doesnt Work?
i have tried
bind x "blubb1; wit; blubb2"
alias blubb1 "hotkey88"
alias blubb1 "hotkey59"
But nothing Works ;(
Anyone have a Idea pls Help <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->
(I wish me a Scripting Forum for all Freaks like me ^^)
Comments
Well, anyhow. hotkeybinds cannot have any other command attached to them. It was to prevent things like drop ammo and health really fast at once.
..................................
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
alias blubb1 "hotkey88"
alias blubb2 "hotkey59"
alias superblubb "blubb1;wait;blubb2"
bind x "superblubb"
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Keep in mind that I'm no scripting gawd, but that should work.
The same massahe / unknow command