19 lines
643 B
Lua
19 lines
643 B
Lua
|
--------------------------------------------------------------------------------
|
||
|
-- Secret Laboratory NPC Data --
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
NPC_Animation =
|
||
|
{
|
||
|
SpeechAnimation = { ActorIndex = "LabH_Child_Melt", Index = "EldKidWorze_Speech1", },
|
||
|
}
|
||
|
|
||
|
NPC_RunTo =
|
||
|
{
|
||
|
{ ActorIndex = "LabH_Child_Melt", x = 1119, y = 6950, },
|
||
|
{ ActorIndex = "LabH_Child_Balus", x = 1172, y = 6952, },
|
||
|
{ ActorIndex = "LabH_Child_Chechale", x = 1218, y = 6947, },
|
||
|
{ ActorIndex = "LabH_Child_Fred", x = 1182, y = 6899, },
|
||
|
}
|
||
|
|
||
|
PrisonKeyIndex = "ID_Lab_Key"
|