Can someone please make a script or post a link that would allow me to bind a key and use host_timescale to slow down the game, but have it be momentary (+host_timescale)?
Writing hold on...
[code]
alias +slowmo "host_timescale 0.5"
alias -slowmo "host_timescale 1"
bind [Key] +slowmo
[/code]
Sorry, you need to Log In to post a reply to this thread.