Re-arrange the directory structure.
Now that we're using the custom directory, we no longer need to seperate so many files.
This commit is contained in:
@@ -1 +1,17 @@
|
||||
exec scripts/classes/soldier.cfg
|
||||
// Soldier Scripting
|
||||
|
||||
exec _reset.cfg
|
||||
|
||||
// Soldier Music
|
||||
// Plays "The Art of War" on first class load.
|
||||
soldier_music
|
||||
|
||||
|
||||
// Rocket Jump
|
||||
// A simple rocket jump script. Doesn't achieve the best height, since it
|
||||
// doesn't use any wait commands, but it still provides a decent jump.
|
||||
alias +rocket_jump "+jump; +duck; +attack"
|
||||
alias -rocket_jump "-jump; -duck; -attack"
|
||||
alias rocket_on "bind MOUSE3 +rocket_jump"
|
||||
alias rocket_off "bind MOUSE3 +attack3"
|
||||
SOLDIER_ROCKET_JUMP
|
Reference in New Issue
Block a user