blob: 1a61eafec7f74b5270f57b33e60ebc127d1836e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// TMW-2 Script
// Author:
// Jesusalva
003-1,53,128,0 script Aahna NPC_ELVEN_FEMALE,{
mesn;
mesq l("Hello, What a lovely day for a stroll.");
close;
OnInit:
.sex = G_FEMALE;
.distance = 5;
end;
}
|