Demoman scripts
From TF2 Wiki
|
Classic pipejump script
- Just launch sticky pipe, run over it, and hit the bind. Up you go!
- Posted by JackOnTheMap
alias +pj "+lj; +attack2" alias -pj "-lj" alias +lj "+duck;wait;wait;+jump" alias -lj "-duck;-jump; -attack2" bind "x" +pj
Improved Pipejump Script
- This is a direct copy of the soldiers Rocket Jump script
- The Classic Pipejump Script wasn't very effective
- Posted by Jabu2oz
alias +pipejump "+jump;+duck;wait;+attack2" alias -pipejump "-jump;-attack2;wait;wait;wait;-duck" bind KP_LEFTARROW "+pipejump"
