summaryrefslogtreecommitdiff
path: root/npc/003-9/recepcionist.txt
blob: cda6854728f8890bd4900a4a9c1497f570572a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// TMW2 scripts.
// Author:
//    Jesusalva
// Description:
//    Tulimshar Inn Recepcionist

003-9,62,128,0	script	Recepcionist#TInn	NPC_LOF_BARKEEPER,{
    npctalk3 l("Hello, and welcome to Tulimshar Inn.");
    emote E_HAPPY;
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 5;
    end;
}