So I know that delay is not a node that can be used in functions but I need to delay or pause my function some way. My function takes some text, uses the “print text” node to print the message, then stores the message in a variable. The problem is that the message disappears to fast, you have about 1.5 seconds before the text goes away, and if you have 10 message you are print all at the same time, you can’t read it. So how can I delay/pause the function, I would prefer that the delay/pause be IN the function.
Thanks