summaryrefslogtreecommitdiff
path: root/npc/008-1/lady.txt
blob: 8d7869eb797c2f618eef6ef657f282aebeffac42 (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:
//    Old Lady in the flower field.
// THIS IS A PLACEHOLDER!

008-1,231,114,0	script	Lady#008-1	NPC_OLD_LADY,{
    speech
        l("Oh, good day to you."),
        l("Aren't these flowers lovely? I wish I could stay here all day."),
        lg("I wish you the best, see you around.");

    close;

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