public void item(int z) { if (uiM.gitemcharacter.activeSelf) { uiM.itemwearing(z); // 인벤토리 순번 } inventory.inventoryitemsale(z); // 인벤토리 순번 }