Advertisement
Guest User

minecommand

a guest
Sep 21st, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. rednet.open("right")
  2.  
  3. print("wieviel?")
  4. oft=io.read()
  5. oft=oft+0
  6. print("was?")
  7. command=read()
  8.  
  9.  
  10. while oft>0 do
  11.  rednet.broadcast(command)
  12.  sleep(2)
  13.  oft=oft-1
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement