Untitled


SUBMITTED BY: antoineh1

DATE: May 8, 2016, 2:12 p.m.

FORMAT: Text only

SIZE: 174 Bytes

HITS: 4781

  1. rednet.open("back")
  2. rednet.host("Lockdown","front")
  3. senderId, message, protocol = rednet.receive("Lockdown")
  4. print(message)
  5. if message = "KAKA" then
  6. print("foos")
  7. end

comments powered by Disqus