diff options
Diffstat (limited to 'npc/027-1/crypt.txt')
-rwxr-xr-x | npc/027-1/crypt.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/027-1/crypt.txt b/npc/027-1/crypt.txt new file mode 100755 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; +} |