summaryrefslogtreecommitdiff
path: root/npc/001-3-0/mundane.txt
blob: 51ffb1bd383eb2928b33da546fe9f0d29c6a4dd0 (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:
//    Mundane, Monas dad, lost in sewers.
// THIS IS A PLACEHOLDER!

001-3-0,97,66,0	script	Mundane#001-3-0	NPC_MUNDANE,{
    speech
        l("Oh, Hi."),
        l("I didn't expect someone coming here. I need help.");
        lg("Do you know the way out of here? My daughter Mona may worry already.");

    close;

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