summaryrefslogtreecommitdiff
path: root/npc/018-5/tree.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-5/tree.txt')
-rw-r--r--npc/018-5/tree.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/018-5/tree.txt b/npc/018-5/tree.txt
new file mode 100644
index 000000000..c4991686b
--- /dev/null
+++ b/npc/018-5/tree.txt
@@ -0,0 +1,17 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Lilit's access
+
+018-5,100,52,0 script Great Tree NPC_NO_SPRITE,{
+ mesn;
+ mesq l("The door is locked.");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 1;
+ end;
+}
+