MatthewGB

MotherLoad2Objects

May 14th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function initb(id, name, colour)
  2. block = {}
  3. block[0] = id
  4. block[1] = name
  5. block[2] = colour
  6. return block
  7. end
Advertisement
Add Comment
Please, Sign In to add comment