summaryrefslogtreecommitdiff
path: root/npc/000-2-2
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-10-29 00:23:24 +0100
committerReid <reidyaro@gmail.com>2012-10-29 00:24:01 +0100
commitd6cb9f3c23612e98a81c541f6ac1cd138524d318 (patch)
tree65fa0efbfedc1910d7d45fcaf4295753cd369b0e /npc/000-2-2
parente0617b7eba8bbd15032e2b507027eaa22e0a1a46 (diff)
downloadserverdata-d6cb9f3c23612e98a81c541f6ac1cd138524d318.tar.gz
serverdata-d6cb9f3c23612e98a81c541f6ac1cd138524d318.tar.bz2
serverdata-d6cb9f3c23612e98a81c541f6ac1cd138524d318.tar.xz
serverdata-d6cb9f3c23612e98a81c541f6ac1cd138524d318.zip
Add la Johanne key on nard and doors(s) script.
Diffstat (limited to 'npc/000-2-2')
-rw-r--r--npc/000-2-2/doors.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 2f73cffe..8304f759 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -38,8 +38,29 @@ l_Warp:
OnTouch:
mesn "Narrator";
+ mes col(l("It seems that you need a key to open this door."), 9);
+ next;
+ mes col(l("What do you want to do?"), 9);
+ next;
+
+ menu
+ rif(countitem("JohanneKey") > 0, l("Use the key.")), l_Warp,
+ l("Break the door."), -,
+ l("Go away."), close;
+
+ mes "";
+ mesn "Narrator";
+ mes col(l("You hear a screaming sound, must be the creaking of the wood door..."), 9);
+
+ close;
+
+l_Warp:
+ mes "";
+ mesn "Narrator";
mes col(l("Wait, it seems someone is blocking the door from the other side!"), 9);
+ close;
+
}
000-2-2.gat,47,30,0,1 script RattosControl 32767,{