public override void RunAction() { DialogSystem dlg = GameObject.Find("Dialog System").GetComponent <DialogSystem>(); dlg.PauseDialog(); }