Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. while true do
  2.   os.queueEvent("e")
  3.   os.pullEvent()
  4.   if (rs.getBundledInput("top") == 2117) or (rs.getBundledInput("top") == 2113) or (rs.getBundledInput("top") == 2049) or (rs.getBundledInput("top") == 1) then
  5.     rs.setOutput("bottom", true)
  6.   else
  7.     rs.setOutput("bottom", false)
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement