private void Start() { thePlayer = FindObjectOfType <PlayerMovement>(); }
// Use this for initialization void Start() { pm = GetComponentInParent <PlayerMovement>(); SearchDialogueBox(); }