summaryrefslogtreecommitdiff
path: root/npc/032-1/episode.txt
diff options
context:
space:
mode:
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;
+}
+