summaryrefslogtreecommitdiff
path: root/npc/020-1/cyndala.txt
blob: b5d9d7e923a52b5d25881ab66be5f49998d6ce43 (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:
//    Cyndala, a lady in the garden in Tulimshar slums.
// THIS IS A PLACEHOLDER!

020-1,285,156,0	script	Cyndala	NPC_INYA,{
    speech
        l("Hi there."),
        l("There used to be more pirates around here, but, you know."),
        l("People are going mad rewriting history and I'm clueless."),
		l("Whatever.");
    close;

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