diff options
Diffstat (limited to 'npc/004-2/pachua.txt')
-rw-r--r-- | npc/004-2/pachua.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt new file mode 100644 index 000000000..9bb5f6573 --- /dev/null +++ b/npc/004-2/pachua.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{ + mesn; + mesq l("Howdy!"); + close; + +OnInit: + .distance = 4; + end; +} + |