diff options
Diffstat (limited to 'npc/001-1/barber.txt')
-rw-r--r-- | npc/001-1/barber.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/001-1/barber.txt b/npc/001-1/barber.txt deleted file mode 100644 index 502e5401..00000000 --- a/npc/001-1/barber.txt +++ /dev/null @@ -1,11 +0,0 @@ -// - -001-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; -} |