Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
Loading...
Searching...
No Matches
QuestNegotiationDarkness.cs
Go to the documentation of this file.
2{
3 public const int AfterTalkBicerin = 2;
4
5 public const int AfterFindDuponne = 3;
6
7 public const int AfterTakeCareDuponne = 4;
8
9 public override string TitlePrefix => "★";
10
11 public override bool CanUpdateOnTalk(Chara c)
12 {
13 return false;
14 }
15
16 public override void ShowCompleteText()
17 {
18 Msg.Say("completeQuest", GetTitle());
19 }
20}
Definition: Chara.cs:10
Definition: Msg.cs:5
static string Say(string idLang, string ref1, string ref2=null, string ref3=null, string ref4=null)
Definition: Msg.cs:58
override bool CanUpdateOnTalk(Chara c)
override string GetTitle()
Definition: QuestSequence.cs:7