You can’t use delay nodes within functions as they rely on a tick to delay (functions have no concept of tick). You would need to do this within an event instead.
You can’t use delay nodes within functions as they rely on a tick to delay (functions have no concept of tick). You would need to do this within an event instead.