Guest User

startup

a guest
Oct 18th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. rednet.open("right")
  2. a,b,c = rednet.receive()
  3. if b == "test" then
  4.   shell.run("test")
  5.   print("Running test!")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment