Search found 2 matches

by Vagonuth
Thu Jul 27, 2023 9:03 pm
Forum: General Forum
Topic: Unable to edit Wiki: tempComplexRegexTrigger()
Replies: 1
Views: 30225

Unable to edit Wiki: tempComplexRegexTrigger()

I've been playing around with tempComplexRegexTrigger() and I noticed the wiki doesn't appear to be correct. I tried updating the wiki but it gives me an error message saying I'm trying to insert a link. I'm not but perhaps someone with higher privileges could make these changes. re: expireAfter, Mu...
by Vagonuth
Tue Nov 22, 2022 8:42 pm
Forum: Scripts & Packages
Topic: Wait and Wait Line
Replies: 20
Views: 66274

Re: Wait and Wait Line

First off, thank you for this module! It's incredibly helpful. I was wondering if anyone had a way of making it so a function with a wait() in it could be called and delay what it returns. For example: function foo() coroutine.wrap( function() wait(3) return "bar" end)() return "sadfa...