void Awake()
    {
        instance = this;

        dialog = GetComponentInChildren <HLG_Dialog> ();

        crowdAudio = GetComponent <AudioSource> ();
    }
    void Awake()
    {
        instance = this;

        dialog = GetComponentInChildren <HLG_Dialog> ();
    }