summaryrefslogtreecommitdiff
path: root/npc/008-1/milly.txt
blob: 93daaa9aeccf677af2bbc29aad911c2d66fe7b76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Little Milly, looking for a new hero.
// THIS IS A PLACEHOLDER!

008-1,282,114,0	script	Milly#008-1	NPC_GIRL_MILLY,{
    speech
        l("Oh, hi."),
        l("Are you a hero? For sure not such a great hero than Kfahr!"),
        l("If you could prove it, I would give you my Beanie Copter, but unfortunately someone threw it away."),
        lg("My beautiful Beanie Copter!");

    close;

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