Advertisement
Mackan90096

Untitled

Mar 29th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. while true do
  2. event, id, text = os.pullEvent()
  3. if text == "1" then
  4. print(1)
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement