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.
19 lines
638 B
19 lines
638 B
1 year ago
|
--------------------------------------------------------------------------------
|
||
|
-- Secret Laboratory NPC Data --
|
||
|
--------------------------------------------------------------------------------
|
||
|
|
||
|
NPC_Animation =
|
||
|
{
|
||
|
SpeechAnimation = { ActorIndex = "Lab_Child_Melt", Index = "EldKidWorze_Speech1", },
|
||
|
}
|
||
|
|
||
|
NPC_RunTo =
|
||
|
{
|
||
|
{ ActorIndex = "Lab_Child_Melt", x = 1119, y = 6950, },
|
||
|
{ ActorIndex = "Lab_Child_Balus", x = 1172, y = 6952, },
|
||
|
{ ActorIndex = "Lab_Child_Chechale", x = 1218, y = 6947, },
|
||
|
{ ActorIndex = "Lab_Child_Fred", x = 1182, y = 6899, },
|
||
|
}
|
||
|
|
||
|
PrisonKeyIndex = "ID_Lab_Key"
|