Guest User

Untitled

a guest
Jan 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2. if os.pullEvent() == "redstone" then
  3.         if redstone.getInput("right") == true then
  4.           print("Interaction logged at:")
  5.           print(time)
  6.         end
  7.   end
  8. end
Add Comment
Please, Sign In to add comment