i need this for a custon TOW missile i am building, where the engine will cut out after 10 seconds
@temporaryplanetester it worked, Thanks!
inputhere * clamp01(sum(inputhere) < timeinseconds) I think that should work.
inputhere
timeinseconds
@temporaryplanetester it worked, Thanks!
inputhere
* clamp01(sum(inputhere
) <timeinseconds
)I think that should work.