// 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; }