Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. alias sentry "destroy 2; build 2"
  2. alias dispenser "destroy 0; build 0"
  3. alias entrance "destroy 1; build 1"
  4. alias exit "destroy 3; build 3"
  5. bind F1 sentry
  6. bind F2 dispenser
  7. bind F3 entrance
  8. bind F4 exit
  9.  
  10. bind b +teleport
  11. alias +teleport slot3
  12. alias -teleport Teleport_To_Spawn
  13. alias Teleport_To_Spawn "eureka_teleport"
  14. alias Teleport_To_Exit "eureka_teleport 1"
  15.  
  16. bind "KP_END" "load_itempreset 0"
  17. bind "KP_DOWNARROW" "load_itempreset 1"
  18. bind "KP_PGDN" "load_itempreset 2"
  19. bind "KP_LEFTARROW" "load_itempreset 3"
  20.  
  21. hud_combattext_batching 1
  22. hud_combattext_batching_window 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement