Advertisement
Guest User

startup

a guest
Jul 24th, 2014
248
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("bottom")
  2. shell.run("monitor","top","start")
  3. shell.run("monitor","top","turtle")
  4. x,y,z = rednet.receive()
  5. if y == "ausschalten" then
  6. shell.run("shutdown")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement