summaryrefslogtreecommitdiff
path: root/npc/012-1/ayasha.txt
blob: 1eb2994b1db88878ee6472a0fc5084f6443c57f6 (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("Hey adventurer!"),
        l("I lost Liana, she was taking care of me; Have you seen her around? %%i");
    close;

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