ART.RegisterInventorySheet(function() local skillsheet = vgui.Create( "DPanel" ) skillsheet.Paint = function( self, w, h ) end return "Skills", skillsheet, "icon16/tick.png" end)