summaryrefslogtreecommitdiff
path: root/npc/guilds/logs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds/logs.txt')
-rw-r--r--npc/guilds/logs.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt
new file mode 100644
index 000000000..142109b23
--- /dev/null
+++ b/npc/guilds/logs.txt
@@ -0,0 +1,15 @@
+// Moubootaur Legends Script
+// Author:
+// Jesusalva
+// Description:
+// Guild Facility - Contains recipe list
+
+guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{
+ mesc l("Your guild doesn't know any recipes."), 1;
+ close;
+
+OnInit:
+ .distance=2;
+ end;
+}
+