If you mean the toll to create a weapon or armor is two items, what you would do is make a conditional branch which checks to see if the player has those two items, and if so, would prompt the blacksmith to create a weapon by removing said items from the player's inventory, and giving the specified weapon in turn. You could use choices to indicate which weapon you want to make, though four options is very limiting in that regard.