void Start() { player = GameObject.FindGameObjectWithTag("Player").transform; dialog = dialog_system.Load(dialogue_file); }