summaryrefslogtreecommitdiff
path: root/npc/008-2-1/richard.txt
blob: f71f52d0dac2373b2da9c480a4f4b35c89341e23 (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-1,26,35,0	script	Richard#008-1	NPC_RICHARD_LEGACY,{
    speech
        l("Oh hey!"),
        lg("I was supposed to act as storagekeeper, but I forgot my key.");
        l("Come back later, perhaps I can find it.");

    close;

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