Advertisement
xbsktball10x

Untitled

Dec 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. Write("Would you like to build a wither? (y/n)")
  4. x = read()
  5.  
  6. if x == y then
  7. rednet.broadcast("build")
  8. else
  9. os.reboot()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement