blob: 437b025fe5a3607de263a4b2e6faf65fa5c21cf0 (
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:
.sex = G_FEMALE;
.distance = 4;
end;
}
|