blob: cda6854728f8890bd4900a4a9c1497f570572a64 (
plain) (
tree)
|
|
// TMW2 scripts.
// Author:
// Jesusalva
// Description:
// Tulimshar Inn Recepcionist
003-9,62,128,0 script Recepcionist#TInn NPC_LOF_BARKEEPER,{
npctalk3 l("Hello, and welcome to Tulimshar Inn.");
emote E_HAPPY;
close;
OnInit:
.sex = G_FEMALE;
.distance = 5;
end;
}
|