Advertisement
Himeki

good morning timer

Sep 29th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.     os.setAlarm(1.00)
  3.     event, input = os.pullEvent(alarm)
  4.     if input == 1.00 then
  5.         print("good morning.")
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement