Advertisement
Guest User

test

a guest
Dec 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("top")
  2.  
  3. while true do
  4.  
  5.  local id,commande,pos = rednet.receive()
  6.  
  7.  if commande == "on" then
  8.    shell.run("music")
  9.  end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement