summaryrefslogtreecommitdiff
path: root/npc/027-5/general_terogan_door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-5/general_terogan_door.txt')
-rw-r--r--npc/027-5/general_terogan_door.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/027-5/general_terogan_door.txt b/npc/027-5/general_terogan_door.txt
new file mode 100644
index 00000000..19a564b5
--- /dev/null
+++ b/npc/027-5/general_terogan_door.txt
@@ -0,0 +1,15 @@
+
+027-5,70,25,0 script #GeneralDoor3 NPC45,1,0,{
+ if ( $@CRYPT_FIGHT3 != 0 )
+ goto L_NoKeys;
+
+ warp "027-8",39,60;
+ goto L_close;
+
+L_NoKeys:
+ message strcharinfo(0), "This door is locked.";
+ end;
+
+L_close:
+ close;
+}