Advertisement
lengend

Untitled

Nov 4th, 2012
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* SET YOUR INVENTORY TO ONLY HOLD TOMES AND EVERYTHING ELSE WILL BE SOLD FOR GOLD */
  2.  
  3.     Config.Inventory[0] = [1,1,1,1,1,1,1,1,1,0];
  4.     Config.Inventory[1] = [1,1,1,1,1,1,1,1,1,0];
  5.     Config.Inventory[2] = [1,1,1,1,1,1,1,1,1,0];
  6.     Config.Inventory[3] = [1,1,1,1,1,1,1,1,1,0];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement