summaryrefslogtreecommitdiff
path: root/npc/005-1/aahna.txt
blob: f270ad1891df9a9e8014e1e685104f6b885bdea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
005-1,61,43,0	script	Aahna	NPC_ELVEN_FEMALE,{
    mesn;
    mesq l("Hello, What a lovely day for a stroll.");
    close;

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