Advertisement
Guest User

zu

a guest
Apr 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. id,msg = rednet.receive()
  2. if msg == "Bims3" then
  3.   redstone.setOutput("top", true)
  4.   shell.run("startup")
  5. else
  6.   shell.run("zu")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement