summaryrefslogtreecommitdiff
path: root/npc/020-1/cyndala.txt
blob: 3a1a688613ee55230f009787370945a111b0d88f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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:
    .distance = 4;
    end;
}