Help With Binds/script For Co Marine.
HotSecretary
Join Date: 2004-04-13 Member: 27900Members
in Tech Support
<div class="IPBDescription">Help Please</div> // Upgrade Armour 1-3
alias armour "impule 20; impulse 21; impulse 22"
bind "a" "armour"
// Upgrade Damage 1-2
alias dmg "impulse 23; impulse 24; impulse 25"
bind "d" "dmg"
Anyone know why these won't work?
I want to be able to just press a and have it buy Armour 1, 2, 3 as I get experience, etc.. with dmg...
Any help appreciated, I hate using the right click and dying during battle.
alias armour "impule 20; impulse 21; impulse 22"
bind "a" "armour"
// Upgrade Damage 1-2
alias dmg "impulse 23; impulse 24; impulse 25"
bind "d" "dmg"
Anyone know why these won't work?
I want to be able to just press a and have it buy Armour 1, 2, 3 as I get experience, etc.. with dmg...
Any help appreciated, I hate using the right click and dying during battle.
Comments
Try it at multiple servers, if it won't work anywhere, mess around with the " " signs a bit, there's nothing i can see as an error in this.
And i'm not very experienced @ scripting.
I even tried it just as bind a "impulse ; etc ;etc"
I just don't want to use +popupmenu <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /><!--endemo-->
Try it at multiple servers, if it won't work anywhere, mess around with the " " signs a bit, there's nothing i can see as an error in this.
And i'm not very experienced @ scripting. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
mp_blockscript "1" doesn't block aliases or executing autoexec.cfg, config.cfg, or userconfig.cfg so that isn't the problem. <!--emo&::lerk::--><img src='http://www.unknownworlds.com/forums/html//emoticons/lerk.gif' border='0' style='vertical-align:middle' alt='lerk.gif' /><!--endemo-->
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind ? armor1
alias armor1 "impulse 20; bind ? armor2"
alias armor2 "impulse 21; bind ? armor3"
alias armor3 "impulse 22; bind ? armor1"
bind ? weapon1
alias weapon1 "impulse 23; bind ? weapon2"
alias weapon2 "impulse 24; bind ? weapon3"
alias weapon3 "impulse 25; bind ? weapon1"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Basically, you jam the chosen button until you get to the desired level of the upgrade.
You can put this into your autoexec.cfg, and then type in 'exec autoexec.cfg' at the console. This will overwrite any settings you have in config.cfg, and load them up automatically everytime.
And I don't execute anything from autoexec or config <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /><!--endemo-->
I use userconfig for aliases and co-marie/co-alien.cfg for my custom configs for each race, same with gorge.cfg, etc..
I guess it probably doesn't like being all on one alias ... although far as I know of scripting, it should work. I use it like that for CS buy scripts.