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

008-2-2,28,27,0	script	Receptionist#008-2-2	NPC_AIRLIA,{
    speech
        l("Hello Sir."),
        l("Welcome to the Rusty Pick. Sorry, we have no room left today."),
        l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day."),
        lg("I wish you a beautiful day".);

    close;

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