summaryrefslogtreecommitdiff
path: root/npc/008-2-2/melania.txt
blob: 52efda053807a04ad2065729bf642b96ef09e57a (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	Melania	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 those drinkers say too serious. They are sitting here and drinking all day."),
        l("I wish you a beautiful day.");

    close;

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