summaryrefslogtreecommitdiff
path: root/npc/008-2-1/richard.txt
blob: 8535abfaeef584740c5718636fae27a787a63e85 (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:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}