minimite

test

Jan 4th, 2016
70
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("top")
  2. while true do
  3.   local a,b = rednet.receive()
  4.   if b == "TRON:pingcon" then
  5.     rednet.send(a, "TRON:pongcon")
  6.     rednet.send(a, '"DIE"')
  7.   end
  8. end
Add Comment
Please, Sign In to add comment