summaryrefslogblamecommitdiff
path: root/npc/012-1/milly.txt
blob: 5bacbdcafb283bb449084d0f9c91d6b3db840388 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                               
// TMW2 script.
// Authors:
//    Jesusalva
// Description:
//    World's Hero quest

012-1,111,66,0	script	Milly	NPC_TEDDYGIRL,{
    mesn;
    mesq l("Hello.");
    close;

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