summaryrefslogtreecommitdiff
path: root/npc/008-2-2/melinda.txt
blob: 445cfeae4824150a417771ed98842ad54e2735aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Melinda, waitress in Hurns` Rusty Pick.

008-2-2,40,29,0	script	Melinda#008-2-2	NPC_MELINDA,1,1,{

    speech
        l("Oh hey!"),
        l("I would like to serve you a beer or a sandwich, or even a shot (alcohol is bad, remember)."),
        l("But I am afraid we need Tomminator to teach me this."),
        lg("So, see you later.");

    close;

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