summaryrefslogtreecommitdiff
path: root/npc/012-1/ayasha.txt
blob: 623954f62378c999d17b4ce779718fa9b40c758d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Vincent, a child at the Candor beach.
// THIS IS A PLACEHOLDER!

012-1,65,111,0	script	Ayasha	NPC_AYASHA,{
    speech
        l("Welcome."),
        l("Someone was too lazy to even write a placeholder text, so please come back later");
    close;

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