blob: 895d1e4cc5567c86f8eb5275f4c24e417a7a1150 (
plain) (
tree)
|
|
// TMW-2 Script
// Author:
// Jesusalva
// Description:
// This NPC serves no purpose currently. She is here to make Tulimshar more crowded.
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;
}
|