summaryrefslogtreecommitdiff
path: root/npc/020-1/odonell.txt
blob: 186929edd230cc357abb3f9493dcf76308efd8c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    O'Donell, a member of Thieves Guild protecting their Cave's entrance.
// THIS IS A PLACEHOLDER!

020-1,157,157,0	script	O'Donell	NPC_HENRY,{
    speech
        l("Psst!"),
        l("Did you already meet Nunia, in Woodland? If you bring me a stolen good, I will let you inside our Thieves Guild Headquarters."),
        l("If you don't - well, go play hide'n'seek with Itka. Her spam annoys me anyways.");
    close;

OnInit:
    .distance = 4;
    end;
}