public void GetDirtSample() { if (PlayerVariables.findInInventory("Dirt Checker") != null) { StartCoroutine(CheckingDirt()); } else { PlayerVariables.sendMessage("System", "Inventory does not include a dirt checker!"); } }