// 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."); emotion E_HAPPY; close; OnInit: .sex = G_FEMALE; .distance = 5; end; }