AdslHouba

statup (tutle 2) - Machine 10 10 10 agricraft

Jun 13th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. os.loadAPI("ahb")
  2. os.loadAPI("ferme")
  3.  
  4. while true do
  5.     local e, m, sc, rc, msg, sd = os.pullEvent("modem_message")
  6.     print(msg)
  7.     if msg=="attente" then
  8.         ferme.boucleVide()
  9.     elseif msg=="recolte" then
  10.         ferme.recolte(true)
  11.     end
  12.     print("fini")
  13.     ferme.msgFC("ok")
  14. end
Add Comment
Please, Sign In to add comment