ITEM = {} ITEM.Name = "Flashlight" ITEM.Description = "Lights up the dark!" ITEM.Icon = "test.png" ITEM.UniqueData = false genericMakeDroppable(ITEM) GMS.RegisterResource(ITEM)