void OnEnable() { itemMap = new Dictionary <GameObject, ItemDB.Item>(); DisplayItems(); messageDisplay.text = playerDB.GetMessage(); sendButton.gameObject.SetActive(false); itemDB.EmptyBox(); }