You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
629 B
27 lines
629 B
--------------------------------------------------------------------------------
|
|
-- King Slime NPC Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
NPC_GuardChat =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
StartWarnDialog =
|
|
{
|
|
{ Index = "StartWarn0" },
|
|
{ Index = "StartWarn1" },
|
|
{ Index = "StartWarn2" },
|
|
{ Index = "StartWarn3" },
|
|
{ Index = "StartWarn4" },
|
|
},
|
|
|
|
SuccessAndThenDialog =
|
|
{
|
|
SpeakerIndex = "EldSpeGuard01",
|
|
|
|
{ Index = "GuardianSuc0" },
|
|
{ Index = "GuardianSuc1" },
|
|
{ Index = "GuardianSuc2" },
|
|
},
|
|
|
|
}
|
|
|