summaryrefslogtreecommitdiff
path: root/npc/020-2-20/riskim.txt
blob: 9267305f67a7ab139b06ba9830739e115735f6c3 (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:
//    Riskim, the baker in Tulimshar.
// THIS IS A PLACEHOLDER!

020-2-20,49,30,0	script	Riskim	NPC_CHEF_LEGACY,{
    speech
        l("Hi there."),
        l("Need a Donut?"),
        l("Well, tell me the recipe and I will bake for you whatever you need, for a small fee."),
		l("But: No recipe, no deserts.");
    close;

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