summaryrefslogtreecommitdiff
path: root/npc/020-1/martha.txt
blob: 70eaf1feb0920a454c6d951bcbd78de223afc216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    Martha, sort of Brotherhood Leader in Tulimshar.
// THIS IS A PLACEHOLDER!

020-1,164,81,0	script	Martha	NPC_UKAR_FEMALE_BROTHERHOOD,{
    speech
        l("Hi!"),
        l("Have you ever been to Artis? Did you meet my mom there? Her name is Sophialla."),
        l("I hope she is fine. It is so dangerous out there.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}