summaryrefslogtreecommitdiff
path: root/npc/027-1/crypt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-1/crypt.txt')
-rw-r--r--npc/027-1/crypt.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/027-1/crypt.txt b/npc/027-1/crypt.txt
new file mode 100644
index 00000000..25a6d0ec
--- /dev/null
+++ b/npc/027-1/crypt.txt
@@ -0,0 +1,10 @@
+027-1,28,67,0 script #CryptEntrance NPC45,0,0,{
+ if (BaseLevel < 60)
+ goto L_Weak;
+ warp "027-2", 36, 110;
+ end;
+
+L_Weak:
+ message strcharinfo(0), "Come back when you're a bit more experienced.";
+ end;
+}