Padhie

Turtel startup

Aug 13th, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. if rednet.isOpen("right") then
  2. else
  3.     rednet.open("right")
  4. end
  5.  
  6. x,y,z = rednet.receive()
  7.  
  8. if y == "do strip" then
  9.     shell.run("delete StripV4")
  10.     shell.run("pastebin get ZRk6eVCk StripV4")
  11.     sleep(5)
  12.     shell.run("refuel all")
  13.     shell.run("StripV4")
  14. end
Advertisement
Add Comment
Please, Sign In to add comment