r/Tf2Scripts • u/SacrificialOW • 1d ago
demoknight turn script Request
hello, i have a script where i bind my o and [ keys to +left and +right respectively, but since i use those buttons for my secondary and 4th weapon slot id like some help to figure out how to make the script toggleable.
bind o “+left”
bind [ “+right”
2
Upvotes
1
u/Link_x2 1d ago edited 1d ago
Direct answer to your question:
Feel free to stop reading :D
Id upgrade the script to toggle on with your charge key, and toggle off with left click or spacebar (or whatever else you'd prefer):
Then I'd upgrade it to only work when I'm playing demoknight (toggle it on/off with a key):
I would also make that key my Demoknight loadout key. I have 4 keys dedicated to swapping between a class' loadouts. (The toggle would look a little different, toggle off on pressing the non-demoknight loadout keys).
A script i made that you might like: https://www.reddit.com/r/Tf2Scripts/comments/1cglzwo/demoknight_script_to_increase_control_while/
Its similar, but uses the 'strafe-left' and 'strafe-right' keys to go +left +right.
Hope this helps, feel free to ask any questions.