summaryrefslogtreecommitdiff
path: root/npc/008-2-10/airlia.txt
blob: fa16659b09e7cb3e4fbf8e93a0f53409e759e43a (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 girl in the townhall.
// THIS IS A PLACEHOLDER!

008-2-10,41,29,0	script	Airlia	NPC_AIRLIA,{
     speech
        l("Hi!"),
        lg("Did you visit the graveyard already? I havent met people coming back alive for ages.");
        l("There must be cruel things going on.");

    close;

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