lets say i use as an input activate1, and i want the thingie to activate 2 secs later
@LowQualityRepublic that will not delay on deactivate. In addition, a smoothing constant of 1 implies that it is a timer.
@hpgbproductions are you sure it's not `smooth(Activate1 ? 4 : 0, 2)
@hpgbproductions Thanks!
Not a pure delay if the input is changed quickly, but you can use smooth(Activate1 ? 4 : 0) > 2
@LowQualityRepublic that will not delay on deactivate. In addition, a smoothing constant of 1 implies that it is a timer.
@hpgbproductions are you sure it's not
`smooth(Activate1 ? 4 : 0, 2)
@hpgbproductions Thanks!
Not a pure delay if the input is changed quickly, but you can use
smooth(Activate1 ? 4 : 0) > 2