Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1.     for k,v in pairs(needfill) do
  2.         if needfill[k][2] == 0 and not refill.try then
  3.                 send("outc " .. k)
  4.                 send("put " .. k .. " into " .. needfill[k][1])
  5.                 send("inc " .. k)
  6.             end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement