--Maybe this will get used some day. do return end local i = nrequire("cl_inventory.lua") i.ShowInventory() local otab = otab or nil local function addcraftingtab() if otab then otab:Remove() end local cpnl = vgui.Create("DPanel") otab = i.tabsheet:AddSheet("Crafting",cpnl,"icon16/user.png", false, false, "Craft things!") end addcraftingtab()