summaryrefslogtreecommitdiff
path: root/npc/026-2/barman.txt
blob: 5c45bde02dff1120c9d711615125bc755673a12d (plain) (blame)
1
2
3
4
5
6
7
8
9
026-2,37,24,0	script	Bennet	NPC310,{
    mes "[Bennet]";
    mes "\"Hi there, stranger!  My name is Bennet, the bartender here.\"";
    next;
    mes "[Bennet]";
    mes "\"If you're planning to stick around for a while, please check back with me later. I might have some work for you.\"";
    mes "\"In the meantime, enjoy your stay!\"";
    close;
}