local np = {} local inv = nrequire("inventory/inventory.lua") --local itm = nrequire("inventory/item.lua") np.newdata = function() return { inventories = { {"Equipment", inv.CreateInventory("Equipment"):Serialize()}, {"Shaped Inventory",inv.CreateInventory("Shaped Inventory"):Serialize()}, {"Prayers",inv.CreateInventory("Prayers"):Serialize()}, {"Skills",inv.CreateInventory("Skills"):Serialize()}, }, quests = {}, } end np.newmeta = function() return { lastserver = "67.163.245.187:27015", lastlocation = "-1209 1544 -1770" } end return np