summaryrefslogtreecommitdiff
path: root/npc/003-9/recepcionist.txt
blob: c9ebe7abfd106cae80baf86440157134528acb60 (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.");
    emotion E_HAPPY;
    close;

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