public void InventoryUseUpdate(int slotNum) { InventoryPopup inventory = InventoryPop.GetComponent <InventoryPopup>(); inventory.UseItem(slotNum); }