flow
(required): The incoming flow that will be delayed.duration
(float, default: 1): The duration of the delay in seconds.flow
: The flow output after the specified delay has elapsed.flow
input to the node preceding the Delay node in your spell.duration
input to the desired delay time in seconds. The default value is 1 second if not specified.flow
output to the next node in your spell that should execute after the delay.duration
before continuing to the next connected node.
duration
input will cause the Delay node to use the default value of 1 second, which may not be the intended behavior. Always double check your delay durations.flow
output of the Delay node back to its own flow
input will create an infinite loop that will cause your spell to hang indefinitely. Avoid creating circular flows.