summaryrefslogtreecommitdiff
path: root/npc/008-2-2/bartender.txt
blob: eb3b9393e86057584874f86da5939fe906dcadda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Bartender of the Rusty Pick.
// THIS IS A PLACEHOLDER!

008-2-2,43,28,0	script	Bartender#008-1	NPC_GENERAL_STORE,{
    speech
        l("Hi!"),
        l("I am the Bartender here, the name doesnt matter at all.");
        lg("If you need something, please ask this beautiful girl on my right. (She needs the tip).");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}