diff options
| author | seth <[email protected]> | 2022-06-22 10:39:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-06-22 10:40:54 -0400 |
| commit | d0e8026e5f1e4082dd80e90caed7b2195bbd2ab0 (patch) | |
| tree | 931ed041ac911d0ca628bc0d3a833d25c6199a70 /cfg/overrides/engineer.cfg | |
| parent | 310c89529664d8ca99fad0c6f21905bf1e6e9612 (diff) | |
massive overhaul :)
Diffstat (limited to 'cfg/overrides/engineer.cfg')
| -rw-r--r-- | cfg/overrides/engineer.cfg | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/cfg/overrides/engineer.cfg b/cfg/overrides/engineer.cfg index 53209c2..2c332d6 100644 --- a/cfg/overrides/engineer.cfg +++ b/cfg/overrides/engineer.cfg @@ -1,13 +1,11 @@ // *** destroy and build script *** -bind "UPARROW" build_sentry -bind "LEFTARROW" build_disp -bind "DOWNARROW" build_entrance -bind "RIGHTARROW" build_exit +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" +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 |
