summaryrefslogtreecommitdiff
path: root/npc/008-2-1/richard.txt
blob: 958ecab4871e12eb122c0327c78de877437643e9 (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:
//    Richard the Hurns storage guy.
// THIS IS A PLACEHOLDER!

008-2-1,26,35,0	script	Richard#008-1	NPC_RICHARD_LEGACY,{
    speech
        l("Oh hey!"),
        l("I was supposed to act as storagekeeper, but I forgot my key.");
        lg("Come back later, perhaps I can find it.");

    close;

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