set_timeout function for plugins #6210
-
Hey everyone, As far as I know (please correct me if it exists and I'm just blind), theres currently no option to set a delay while executing a function in a plugin. I'd love to be able to delay a simple send_message to match the slow chat option that Twitch offers. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think it was added as I haven't used it myself yet, tho. |
Beta Was this translation helpful? Give feedback.
-
Oh thank you very much, will try and report back! |
Beta Was this translation helpful? Give feedback.
-
Seems to be the right one, I just need to figure my plugin out properly lol. Thanks! |
Beta Was this translation helpful? Give feedback.
I think it was added as
c2.later
. See #5154I haven't used it myself yet, tho.