Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- os.setAlarm(1.00)
- event, input = os.pullEvent(alarm)
- if input == 1.00 then
- print("good morning.")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement