// Saves a reference of the player to the script public override void EventSetup() { playerInventory = GameManager.Instance.PlayerReference.GetComponent <PlayerInventory>(); EventOutcome(); }