summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
blob: cb7aced241326ca3c663bc99204716f8487b5290 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Airlia, the major's daughter.
// THIS IS A PLACEHOLDER!

008-2-10,42,29,0	script	Airlia#008-2-8	NPC_AIRLIA,{
    speech
        l("Hello."),
        l("Do you know where the graveyard is?"),
        lg("No? Better is that. Its so dangerous there.");

    close;

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