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 8 years ago

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

Not Actually my code

function blah()
    print("hi")
    wait(1)
    print("wait... Bye")
end
---stuff
blah()

1 answer

Log in to vote
0
Answered by 8 years ago

oops sorry this was already asked

Ad

Answer this question