diff options
Diffstat (limited to 'npc/new_3-1-tulimshar/barber.txt')
-rw-r--r-- | npc/new_3-1-tulimshar/barber.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/new_3-1-tulimshar/barber.txt b/npc/new_3-1-tulimshar/barber.txt new file mode 100644 index 00000000..bd6b148e --- /dev/null +++ b/npc/new_3-1-tulimshar/barber.txt @@ -0,0 +1,9 @@ +new_3-1.gat,53,38,0 script Nicolas 100,{ + mes "[Nicolas the Barber]"; + mes "\"Do you need a barber?\""; + next; + callfunc "Barber"; + mes "[Nicolas the Barber]"; + mes "\"Come again!\""; + close; +} |