summaryrefslogtreecommitdiff
path: root/npc/032-1/episode.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-07 21:16:46 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-07 21:16:46 -0300
commit43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f (patch)
tree772d9ca9fc4ed379a715d08c161e1da988bbe3d9 /npc/032-1/episode.txt
parent897561a791f0784487c35af7af21715990431346 (diff)
downloadserverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.gz
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.bz2
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.xz
serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.zip
Tie loosely the new maps
Diffstat (limited to 'npc/032-1/episode.txt')
-rw-r--r--npc/032-1/episode.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt
new file mode 100644
index 000000000..9fa353b7d
--- /dev/null
+++ b/npc/032-1/episode.txt
@@ -0,0 +1,25 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Part of the Doctor's Quest.
+
+032-1,58,129,0 script Elli NPC_ELLI,{
+ npctalk3 l("Hi.");
+ end;
+
+OnInit:
+ .distance=5;
+ end;
+}
+
+032-1,59,126,0 script #InnerEP NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ if (is_master())
+ slide 52, 127;
+ else
+ dispbottom l("This door is locked.");
+ end;
+}
+