summaryrefslogtreecommitdiff
path: root/npc/027-3_Crypt/entrance.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-3_Crypt/entrance.txt')
-rwxr-xr-xnpc/027-3_Crypt/entrance.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/027-3_Crypt/entrance.txt b/npc/027-3_Crypt/entrance.txt
index f8da11b8..0ba3def5 100755
--- a/npc/027-3_Crypt/entrance.txt
+++ b/npc/027-3_Crypt/entrance.txt
@@ -1,8 +1,8 @@
// Effects for opening and closing the gate. Also set it so no new player can't be warped in once the gate is opened.
027-3.gat,40,57,0 script #gatecontrol 127, 2, 1{
- mes "Once you pass this point I cannot warp anyone else to help.";
- mes "Are you sure you are ready to go?";
+ mes "Once you pass this point I cannot warp anyone else to help. "
+ + "Are you sure you are ready to go?";
menu
"Let's go",L_BEGIN,
"No thank you",-;
@@ -33,9 +33,9 @@ OnTimer2000:
// Effects for the exit.
027-3.gat,40,78,0 script #cryptexit2 127, 3, 3{
- mes "Unfortunately, once I bring you to this pocket";
- mes "in time you cannot leave through its normal exit.";
- mes "The only way to get out is to defeat the reaper";
- mes "or die...";
+ mes "Unfortunately, once I bring you to this time pocket"
+ + "you cannot leave through its normal exit."
+ + "The only way to get out is to defeat the reaper"
+ + "or die...";
close;
} \ No newline at end of file