// TMW2 scripts. // Authors: // Jesusalva // Description: // Part of Speed Run Quest, and an unplanned assassin quest. 004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ mesn; 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; }