summaryrefslogtreecommitdiff
path: root/npc/006-6/all.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-6/all.txt')
-rw-r--r--npc/006-6/all.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
new file mode 100644
index 000000000..bd1f6de45
--- /dev/null
+++ b/npc/006-6/all.txt
@@ -0,0 +1,34 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{
+ mesc l("West Room closed for repairs");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+006-6,46,34,0 script Sign#0066CR NPC_SWORDS_SIGN,{
+ mesc l("Central Room closed for repairs");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+006-6,39,36,0 script Sign#0066ER NPC_SWORDS_SIGN,{
+ mesc l("East Room closed for repairs");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+