diff options
Diffstat (limited to 'npc/003-9/recepcionist.txt')
-rw-r--r-- | npc/003-9/recepcionist.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} + |