summaryrefslogtreecommitdiff
path: root/npc/012-1/aahna.txt
blob: 12df0924af2d9e1f8b0a2c7d74aae9dc4edf779c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Aahna, a low quality NPC ;)
// THIS IS A PLACEHOLDER!

012-1,99,64,0	script	Aahna	NPC_AAHNA,{
    speech
        l("Welcome."),
        l("Someone was too lazy to even write a placeholder text, so please come back later");
    close;

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