From 07fb34f601fd339dc59f7be91968db075116232d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 01:23:37 -0300 Subject: Tulimshar Inn --- npc/003-9/recepcionist.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/003-9/recepcionist.txt (limited to 'npc/003-9/recepcionist.txt') diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt new file mode 100644 index 000000000..cda685472 --- /dev/null +++ b/npc/003-9/recepcionist.txt @@ -0,0 +1,17 @@ +// 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; +} + -- cgit v1.2.3-60-g2f50