Prop_button infinite reset time?
How do you make a prop_button not reset after a certain amount of time? I though that I just had to put -1 as the reset time, but it keeps resetting. I know that I can set it incredibly high so that it takes forever to reset, but I'm looking for infinity here.
Wow, I must be looking like a complete noob with this kind of question, but I can't figure it out. I think that I've done it earlier though :/
GLaDOS CUBE wrote:
I Dont think you can, I just put the reset time at "99999999999999999999999999999999999999999999999999999999999999999999999999999999" that works fine.
That's what I wanted to avoid :/ But if it's not possible then I don't have much choice...
Vordwann wrote:
If the button is named "Button_1" for example, put in the output: "Onpressed -> Button_1 -> Lock", which will keep the button from ever being pressed again.
Ahh, exactly what I was looking for! Thanks! 
Onpressed, !self, lock is the most clean option.
a very high reset time could also work but I prefer the cleaner option.
GLaDOS CUBE wrote:
I Dont think you can, I just put the reset time at "99999999999999999999999999999999999999999999999999999999999999999999999999999999" that works fine.
This is a really bad idea, FYI...
No one should ever do this.
Kaleido wrote:
GLaDOS CUBE wrote:I Dont think you can, I just put the reset time at "99999999999999999999999999999999999999999999999999999999999999999999999999999999" that works fine.
This is a really bad idea, FYI...
No one should ever do this.
The buttons in the PTI do this 
I actually asked valve to change it but they didn't 
I bet they're doing that because it's the only way to make the button stay in its "pressed" animation. (If you let it lock itself, it will still pop back out after the default time expires, you just can't press it any more.)