diff options
Diffstat (limited to 'cfg/overrides/engineer.cfg')
| -rw-r--r-- | cfg/overrides/engineer.cfg | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/cfg/overrides/engineer.cfg b/cfg/overrides/engineer.cfg index 2d8b81c..53209c2 100644 --- a/cfg/overrides/engineer.cfg +++ b/cfg/overrides/engineer.cfg @@ -1 +1,13 @@ -loadouts.engineer
\ No newline at end of file +// *** destroy and build script *** +bind "UPARROW" build_sentry +bind "LEFTARROW" build_disp +bind "DOWNARROW" build_entrance +bind "RIGHTARROW" build_exit + +alias build_sentry "destroy 2; build 2" +alias build_disp "destroy 0; build 0" +alias build_entrance "destroy 1; build 1" +alias build_exit "destroy 3; build 3" + + +loadouts.engineer |
