26.11.2015, 07:02
This line will do nothing because if require fails it produces an error and script execution stops.
Code:
if not lib then alert('Event ' .. event .. ' not handled: script ' .. SCRIPT .. ' missing') os.sleep(60) return end