Exemple #1
0
 public void LeaveADialog()
 {
     b_is_talking     = false;
     s_current_dialog = null;
 }
Exemple #2
0
 public void EnterADialog(Script_Interactable dialog)
 {
     b_is_talking     = true;
     s_current_dialog = dialog;
 }