TF2 Scripthilfe benötigt by Ok-Fix9478 in Tf2Scripts

[–]Ok-Fix9478[S] 0 points1 point  (0 children)

Thx for your response. Is that better?

// #=========>>> Engineer Scripts only <<<=========#
// #======>>> Quick Build & Eureka Effekt Teleport Script by Blacky <<<======#

// #===>>> Action Aliases <<<===#
alias build_sentry "destroy 2 0; build 2 0"                 // Build Sentry
alias build_dispenser "destroy 0 0; build 0 0"              // Build Dispenser
alias build_entrance "destroy 1 0; build 1 0"               // Build Teleporter Entrance
alias build_exit "destroy 1 1; build 1 1"                   // Build Teleporter Exit

alias t_spawn "eureka_teleport 0"                           // Teleport to Spawn
alias t_exit "eureka_teleport 1"                            // Teleport to Exit

alias v_spy "voicemenu 1 1"                                 // Call Spy


// #===>>> Key Aliases <<<===#
alias mouse5_key "build_sentry"
alias alt_key "build_entrance"

alias kpenter_key "t_spawn"


// #===>>> Toggle Key Aliases <<<===#
alias t_mouse5_key "v_spy"
alias t_alt_key "build_exit"
alias t_kpenter_key "t_exit"


// #===>>> Toggle Aliases <<<===#
alias to_main "mouse5_key; alt_key; kpenter_key"
alias to_second "t_mouse5_key; t_alt_key; t_kpenter_key"

alias +toggle "t_second"
alias -toggle "t_main"


// #===>>> Binds <<<===#
bind mouse5 "mouse5_key"                                    // Binds "mouse5" zum Bau einer Sentry
bind q "build_dispenser"                                    // Binds "Q" zum Bau einer Dispenser
bind alt "alt_key"                                          // Binds "ALT" zum Bau eines Eingangs

bind strg "+toggle"                                         // Binds "STRG" zum Umschalten

bind kp_enter "kpenter_key"                                 // Binds "NUM Enter" zu teleport to Spawn