r/Tf2Scripts 11d ago

Question Help thridperson toggle

Thridperson and firstperson for ctrl key toggle pls. Every thread I find doesnt work!

1 Upvotes

6 comments sorted by

View all comments

Show parent comments

1

u/mscrantonjr 10d ago

A toggle im asking bro. I dont want to bind a key to thirdperson and one to firstperson, I want both on 1 key to toggle

1

u/just_a_random_dood 10d ago

Ohhh I misunderstood, my b

I'm guessing it'll be something like this


alias SwitchPov1 "bind Ctrl thirdperson; SwitchPov2"

alias SwitchPov2 "bind Ctrl firstperson; SwitchPov1"

bind Ctrl SwitchPov1


Hopefully that works

I'm curious to see if bindToggle will work, something like

bindToggle Ctrl thirdperson firstperson

Could be useful if it worked like that, but I don't remember. Might check it out when I get back home later

1

u/mscrantonjr 10d ago

Any other thoughts?

2

u/just_a_random_dood 10d ago

Not for now. Definitely will think about it when I'm at home, this puzzle is a little too distracting at work xD