diff options
Diffstat (limited to 'world/map/npc/027-1/crypt.txt')
-rw-r--r-- | world/map/npc/027-1/crypt.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/027-1/crypt.txt b/world/map/npc/027-1/crypt.txt new file mode 100644 index 00000000..37b1cecf --- /dev/null +++ b/world/map/npc/027-1/crypt.txt @@ -0,0 +1,11 @@ +027-1.gat,28,67,0|script|#CryptEntrance|45,0,0 +{ + if (BaseLevel < 60) + goto L_Weak; + warp "027-2.gat", 112, 110; + end; + +L_Weak: + message strcharinfo(0), "Come back when you're a bit more experienced."; + end; +} |