summaryrefslogtreecommitdiff
path: root/npc/012-1/ayasha.txt
blob: ae47556a8f288229e2c7efa075406eed5b158bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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("Hey adventurer!"),
        l("I lost Liana, she was taking care of me; Have you seen her around? %%i");
    close;

OnInit:
    .distance = 4;
    end;
}