Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you "contain" a wait()?

Asked by 9 years ago

I want my wait() to only effect my function, NOT the rest of script, thanks Gaberdell.

Not Actually my code

1function blah()
2    print("hi")
3    wait(1)
4    print("wait... Bye")
5end
6---stuff
7blah()

1 answer

Log in to vote
0
Answered by 9 years ago

oops sorry this was already asked

Ad

Answer this question