summaryrefslogtreecommitdiff
path: root/npc/008-2-2/receptionist.txt
blob: 3d9a8e0f29cc52a216813e1cc8bb7ce558308e83 (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;
}