<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;winger bind&#8221;</title>
	<link>https://staging.etf2l.org/forum/customise/topic-31278/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by ImprovisE</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529783</link>
    	    <description><![CDATA[Just check for sv_allow_wait_command 1 variable. Comp do ban it, but that script is just for fun so :)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529783</guid>
    	    <pubDate>Tue, 17 Mar 2015 21:25:20 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Dr. Heinz</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529782</link>
    	    <description><![CDATA[<i>Quoted from smziii</i>
		<blockquote>[...]

pretty sure wait commands dont work anymore</blockquote>
They do work, the only thing is most servers block them.
And it's not allowed in comp, but on a local server or maybe a random pub server it works.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529782</guid>
    	    <pubDate>Tue, 17 Mar 2015 21:15:17 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Specter91</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529778</link>
    	    <description><![CDATA[<i>Quoted from ImprovisE</i>
		<blockquote>bind alt +wjump;
alias "+wjump" "use Tf_weapon_handgun_scout_secondary; +jump; +duck";
alias "-wjump" "use tf_weapon_scattergun; use Tf_weapon_handgun_scout_primary; use tf_weapon_soda_popper; use Tf_weapon_pep_brawler_blaster; -jump; -duck";

What this does is if you have winger or pretty boys pocket pistol, it makes you switch weapons and jump, but if you don't, it just switches to your primary, and jumps(if you have your primary it just does the jumps).
Too bad you cannot filter if cases in this one, as making this set-only specific would be awesome.

Also something funny i found
alias wtf "use tf_weapon_bat; wait 10; use tf_weapon_scattergun; wtf";
wtf

this makes you unable to fire anything, and you sound like a motorcycle when you have bat equipped. Didn't work as well with lastinv. Also if you don't know how to exit the loop, just remove wtf at the end.</blockquote>

pretty sure wait commands dont work anymore]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529778</guid>
    	    <pubDate>Tue, 17 Mar 2015 21:07:52 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by ImprovisE</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529770</link>
    	    <description><![CDATA[bind alt +wjump;
alias "+wjump" "use Tf_weapon_handgun_scout_secondary; +jump; +duck";
alias "-wjump" "use tf_weapon_scattergun; use Tf_weapon_handgun_scout_primary; use tf_weapon_soda_popper; use Tf_weapon_pep_brawler_blaster; -jump; -duck";

What this does is if you have winger or pretty boys pocket pistol, it makes you switch weapons and jump, but if you don't, it just switches to your primary, and jumps(if you have your primary it just does the jumps).
Too bad you cannot filter if cases in this one, as making this set-only specific would be awesome.

Also something funny i found
alias wtf "use tf_weapon_bat; wait 10; use tf_weapon_scattergun; wtf";
wtf

this makes you unable to fire anything, and you sound like a motorcycle when you have bat equipped. Didn't work as well with lastinv. Also if you don't know how to exit the loop, just remove wtf at the end.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529770</guid>
    	    <pubDate>Tue, 17 Mar 2015 20:27:18 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Zahradniik</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529758</link>
    	    <description><![CDATA[<i>Quoted from ondkaja</i>
		<blockquote>love that</blockquote>]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529758</guid>
    	    <pubDate>Tue, 17 Mar 2015 19:12:37 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Ond kaja</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529757</link>
    	    <description><![CDATA[This script does a crouch jump when you right click, and doesn't fuck up the bind if you also hold ctrl while pressing mouse2 or something. Also if you have winger equipped while pressing mouse2 it won't switch to another weapon.

<code>
alias weapon1 "slot1; alias lastweapon weapon1; r_drawviewmodel 0"
alias weapon2 "slot2; alias lastweapon weapon2; r_drawviewmodel 0"
alias weapon3 "slot3; alias lastweapon weapon3; r_drawviewmodel 1"

alias +wingerduck1 "slot2; +jump; +duck; spec_prev"
alias -wingerduck1 "lastweapon; -jump; -duck"
alias +wingerduck0 "slot2; +jump; spec_prev"
alias -wingerduck0 "lastweapon; -jump"
alias +wingerduck "+duck; alias +winger +wingerduck0; alias -winger -wingerduck0"
alias -wingerduck "-duck; alias +winger +wingerduck1; alias -winger -wingerduck1"

alias lastweapon weapon1
alias +winger +wingerduck1
alias -winger -wingerduck1

bind ctrl +wingerduck
bind mouse2 +winger
bind 1 weapon1
bind 2 weapon2
bind 3 weapon3</code>

Anti-script:

<code>
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind ctrl +duck
bind mouse2 +attack2</code>]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529757</guid>
    	    <pubDate>Tue, 17 Mar 2015 18:59:38 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Henghast</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529755</link>
    	    <description><![CDATA[alias +wjump "slot2; +jump; +duck"
alias -wjump "lastinv; -jump; -duck"

bind mouse2 +wjump]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529755</guid>
    	    <pubDate>Tue, 17 Mar 2015 18:49:15 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Created by Zahradniik</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-31278/page-1/?recent=529783#post=529754</link>
    	    <description><![CDATA[Hello , i've made this little "macro" for the winger.
It certainly isn't new , but somebody might make us of it (hopefully).
It pulls out the winger and jumps with next clicks.

bind "mouse2" "+thewinger"
alias "+thewinger" "slot2;+jump;"
alias "-thewinger" "-jump"

*insert slowpoke meme*]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=31278&#038;post=529754</guid>
    	    <pubDate>Tue, 17 Mar 2015 18:43:59 +0100</pubDate>
    	</item>
    </channel>
</rss>