diff options
Diffstat (limited to 'npc/004-2')
-rw-r--r-- | npc/004-2/mirio.txt | 5 | ||||
-rw-r--r-- | npc/004-2/pachua.txt | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/004-2/mirio.txt b/npc/004-2/mirio.txt index cd0cf100c..e9f9411b1 100644 --- a/npc/004-2/mirio.txt +++ b/npc/004-2/mirio.txt @@ -2,15 +2,16 @@ // Authors: // Jesusalva // Description: -// - +// Part of Speed Run Quest 004-2,146,115,0 script Mirio NPC_INDIGENOUS_YOUNG,{ mesn; - mesq l("Howdy!"); + mesq l("Howdy! Pachua and I scout this canyon to protect our clan. I acknowledge only those whom are fast like the wind! I would love to challenge you for a race... But not today."); close; OnInit: .distance = 4; + .sex = G_MALE; end; } diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt index 9bb5f6573..fba10b11c 100644 --- a/npc/004-2/pachua.txt +++ b/npc/004-2/pachua.txt @@ -2,15 +2,16 @@ // Authors: // Jesusalva // Description: -// - +// Part of Speed Run Quest, 004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ mesn; - mesq l("Howdy!"); + mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!"); close; OnInit: .distance = 4; + .sex = G_MALE; end; } |