|
|
@@ -400,6 +400,10 @@ namespace Fort23.Mono
|
|
|
case ShowDialogueEventData.MessageShowType.Verbatim:
|
|
|
_sb.Clear();
|
|
|
_currShowMessage = m.ToCharArray();
|
|
|
+ if (eventConditionConfig.step == 1 && eventConditionConfig.NPCID == 100 && PlayerManager.Instance.PlayerName != String.Empty)
|
|
|
+ {
|
|
|
+ _sb.Append(PlayerManager.Instance.PlayerName + ":");
|
|
|
+ }
|
|
|
_sb.Append(_currShowMessage[0]);
|
|
|
showText.text = _sb.ToString();
|
|
|
_isUpdate = true;
|