示例#1
0
 public void StartDialogue(GameObject dialogueTarget)
 {
     conversationEnsues = true;
     conversationCount  = 0;
     StaticEvent.StartDialogue(gameObject, true);
     manager.StartDialogue(objectiveDialogue[0], false);
 }
示例#2
0
 public override void TriggerEvent()
 {
     isActivated = true;
     StaticEvent.StartDialogue(dialogueTarget);
 }