diff options
Diffstat (limited to 'world/map/npc/021-2/hotel_receptionist.txt')
-rw-r--r-- | world/map/npc/021-2/hotel_receptionist.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/021-2/hotel_receptionist.txt b/world/map/npc/021-2/hotel_receptionist.txt new file mode 100644 index 00000000..0a7fcbb2 --- /dev/null +++ b/world/map/npc/021-2/hotel_receptionist.txt @@ -0,0 +1,11 @@ +// Tulimshar's main workshop + +// The receptionist +021-2.gat,22,63,0|script|Sonir|118,{ + mes "[Sonir]"; + mes "\"Welcome to The Wizards's Rest!\""; + next; + mes "[Sonir]"; + mes "\"We have limited housing on the second floor.\""; + close; +} |