I downloaded the Dear Sister weapon, which, when you shoot, it changes the timescale for slomo, then drops the weapon. Just like the skit.
Anyway, I was wondering, "What if I made a code that could change the timescale at my command?" So, I attempted it, looking at the other Dear Sister code. Because I'm a worthless scripter, it didn't work. I was wondering if anyone could take a look at it and see what was wrong. Here's the code:
//Slo-Mo Toggle
unbind mouse3
bind mouse3 "+slomo"
alias "+slomo" (game.Consolecommand "host_timescale 0.5")
alias "-slomo" (game.Consolecommand "host_timescale 1")
Additionally, is there a way to make the Dear Sister weapon not drop itself after I fire? Thanks for help with either!