summaryrefslogtreecommitdiff
path: root/npc/008-2-16/yannika.txt
blob: 0e311eee740fbe130ecf9ef2822b28223f429d8a (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:
//    Yannika, Hinnaks Wife.
// THIS IS A PLACEHOLDER!

008-2-16,28,29,0	script	Yannika	NPC_YANNIKA,{
    speech
        l("Hi Sir."),
        l("Sandwiches? Lets wait for Jesusalva to add something here."),
        lg("Come back later.");

    close;

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