summaryrefslogtreecommitdiff
path: root/npc/008-1-1/galimatia.txt
blob: a6a7aaf71507115934af547cd01cdc063018f6c3 (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:
//    Galmatia the beekeeper.
// THIS IS A PLACEHOLDER!

008-1-1,113,59,0	script	Galimatia	NPC_GALIMATIA,{
    speech
        l("Hello."),
        l("If only someone could help me to make my flowers bloom again."),
        l("I just dont know what to do. Perhaps all gets better when I stay here, whining and waiting. Please, leave me alone.");

    close;

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