I read at the OC wiki that the event.shouldInterrupt() was removed... So I want to know, how to prevent people from interrupting my program. I thought it could be done with thing like this:
if keyboard.isControlDown ==trueor keyboard.isAltDown ==truethen
os.sleep(1)end
Basically it's a solution, but not a good one... Do you know about better one?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hey guys!
I read at the OC wiki that the event.shouldInterrupt() was removed... So I want to know, how to prevent people from interrupting my program. I thought it could be done with thing like this:
Basically it's a solution, but not a good one... Do you know about better one?
Thanks,
Steve505
Link to post
Share on other sites