Advertisement
Guest User

test

a guest
Mar 29th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. p = peripheral.Wrap("right")
  2. x=1
  3. null=0
  4. m=p.getStackinSlot(x)
  5. while m.qty ~= 0 do
  6.   t=t+m.qty
  7.   x=x+1
  8.   print(t)
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement