Need Help With A Script.
Clashen
Join Date: 2003-08-22 Member: 20087Members
<div class="IPBDescription">Binding Slot3 to MB2.</div> I'm a nub in all this scripting business so i don't know if it is blocked i B5, but w/a.
How do i bind the Slot3 weapon to MosueButton2?
eg, If i press Mouse2 i either Knife, Leap, Bilebomb etc.
And is it possible to make it switch back to the weapon i used before after i release Mouse2?
Mucho <span style='color:red'><3</span> for help, <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
How do i bind the Slot3 weapon to MosueButton2?
eg, If i press Mouse2 i either Knife, Leap, Bilebomb etc.
And is it possible to make it switch back to the weapon i used before after i release Mouse2?
Mucho <span style='color:red'><3</span> for help, <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Comments
alias -slot3attack "-attack;wait;lastinv"
bind mouse2 +slot3attack<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Should work, though I haven't tested it. Also, I believe this will be blocked by blockscripts.
alias -slot3attack "-attack;wait;lastinv"
bind mouse2 +slot3attack<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Should work, though I haven't tested it. Also, I believe this will be blocked by blockscripts. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Thanks mate, exactly what i wanted <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->