How do I delay an activation? I am trying to make something that needs a small delay. (I.e when activating AG1 there is a short delay to the part before it is activated.) also is the input for pistons different to rotators? This is the input I used for the piston (Activate1=1?-1:0) but it doesn't work, it worked on the rotators though. [:T
Thanks in advance. :)
Funky Tree question.
2,517 Aldriech
4.4 years ago
@Grob0s0VBRa Thank you!
@ Aldriech
Welp, you can use
floor(smooth(clamp01(X) , Y))
for rotatorsWhere:
X - input you need (
Activate1
for example)Y - delay (any number (
Bigger
number - less delay.Lesser
number - more delay))