Hammer Problem

evicted

Poster
Joined
Jun 22, 2009
Messages
139
So I was working on the jail map and when I tested the button to open the cells, I found out it has a ridiculously long delay time. I have no idea why and I was wondering if anyone could tell me how to manually change it. The button is func_button and the doors are func_movelinear.
 
I'm not too familiar with func_movelinear but the only thing I can think of is the "Delay Before Reset" key value for the func_door. (Time until the door returns to the closed position. A value of -1 means the door never auto-closes) To be honest i'm not fully sure.
 
Dont use 'func_movelinear' use 'func_door'. That should fix your problem.
 
Also, your button's outputs might be set with the "Delay of..." property.

Check the output tab, and set them to zero.
 

Latest posts

Back
Top