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