summaryrefslogtreecommitdiff
path: root/npc/001-1/calypsan.txt
blob: 1997ccaec5f2ad59592caf492c87e910bef32f94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Dye seller.


001-1,47,134,0	script	Calypsan#001-1	NPC_CALYPSAN,{

    speech 4,
        l("My shop is not yeye ready...");

    closedialog;
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 3;
    end;
}