//public int where = 0;

    void OnTriggerEnter(Collider other)
    {
        //FindObjectOfType<DialogueManagerTwo> ().endDialog = false;
        //Debug.Log ("on trigger enter");
        //Debug.Log ("init Text" + initText.instruction.Length);
        //Debug.Log (text.text);
        initText.ChangeInstruction(1);
        //Debug.Log (text.text);
    }