Comments
Dec 24, 2012 @ 4:28pm 
Merry Christmas
Jul 12, 2012 @ 7:03pm 
comment for community badge
Dec 24, 2011 @ 4:06pm 
Merry xmas :)
Apr 12, 2011 @ 4:49pm 
Sorry I didn't respond earlier, please send me a chat invite when you can.
Jan 31, 2011 @ 8:35pm 
Your face reminds me of Josh Ritter.
Nov 8, 2010 @ 2:30pm 
Epic Face is Epic
Feb 8, 2010 @ 6:12pm 
Hey man... Haven't talked to you in ages... lemme know when you're on.

Oh, and guess who crafted a Vintage Tylorean? HAHAHAHAHAHA
Aug 20, 2009 @ 9:27pm 
In the past 10ish hours I've been idling, I've also gotten 10 items. EAT IT, FATTY!
Aug 18, 2009 @ 9:11pm 
Anyway, here's my script that uses the mousewheel for weapon switching rather than the wheel and 1,2, and 3.



bind F1 "fanon"
bind F2 "fanoff"
bind mouse2 "+fanjump"

alias "+fanjump" "playgamesound TFPlayer.CritHit;+jump;+crouch;wait 3;+attack"
alias "-fanjump" "-jump;-duck;wait 3;-attack"


alias "fanon" "bind mouse2 +fanjump"

alias "fanoff" "bind mouse2 +attack2"



This can be instead pasted into your autoexec.cfg folder, and instead turns the FaN jump on and off with F1 and F2. Anyway, thank you for flying Boston Airlines, we hope you enjoy your flight.
Aug 18, 2009 @ 9:07pm 
Hey Dethroned, it's Xriloku. Anyway, now that I'm finally back from idling (I didn't get anything, BTW, not even duplicate weapons D:< ) I have the script for you.

The one I found is (By sp12):

bind 1 "fanon; slot1"
bind 2 "fanoff;slot2"
bind 3 "fanoff;slot3"
bind mouse2 "+fanjump"

alias "+fanjump" "playgamesound TFPlayer.CritHit;+jump;+crouch;wait 3;+attack"
alias "-fanjump" "-jump;-duck;wait 3;-attack"


alias "fanon" "bind mouse2 +fanjump"

alias "fanoff" "bind mouse2 +attack2"


Paste that into your scout.cfg file, and in the rest of the class cfg paste this:


bind 1 "slot1"
bind 2 "slot2"
bind 3 "slot3"

This makes it so that using the quick weapon switch (the numbers) makes switching to the FaN turn the right click into the FaN forcejump. I edited it so that switching to the pistol also turns it off, besides just the bat. Enjoy!

I'll be posting the one I modified for the mouse wheel under this.