summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
blob: 05df3ef23943171e3831e5b5924eaa3ce1d3778d (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:
    .bodytype = BODYTYPE_2;
    .distance = 2;
    end;
}