summaryrefslogtreecommitdiff
path: root/world/map/npc/099-1/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/099-1/main.txt')
-rw-r--r--world/map/npc/099-1/main.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/world/map/npc/099-1/main.txt b/world/map/npc/099-1/main.txt
index cbe03c7c..75881ba5 100644
--- a/world/map/npc/099-1/main.txt
+++ b/world/map/npc/099-1/main.txt
@@ -12,7 +12,7 @@
callfunc "PCtoNPCRange";
if(@npc_check) end;
- mes ".:: Keshlam's Adventurer Guild ::.";
+ mes ".:: Keshlam's Adventurer Guild ::.";
mes "";
mes "Welcome to the Adventurers Guild!";
mes "Sorry I could not wait for you. It's your fault for being late.";
@@ -43,7 +43,7 @@
next;
mes "Signed,";
mes "Xakelbael the Dark";
- close;
+ close;
}
@@ -53,10 +53,10 @@
callfunc "PCtoNPCRange";
if(@npc_check) end;
- mes "Walk here to go to the ##BFinal Showdown##b.";
+ mes "Walk here to go to the ##BFinal Showdown##b.";
mes "";
mes "##1##BWARNING:##b##0 Come prepared!";
- close;
+ close;
L_Busy:
mes "This warp cannot be used while players are on the other side!";
@@ -69,7 +69,7 @@ L_Menu:
if ($@DD5_STATUS > 1)
goto L_Busy;
- mes "##BGo to the final showdown?##b";
+ mes "##BGo to the final showdown?##b";
mes "You cannot return from there!";
mes "";
mes "##1Warning: Warp will be unavailable during fights!";
@@ -86,5 +86,8 @@ L_Yes:
if (!$@DD5_STATUS)
donpcevent "#TMWFinalExam::OnWarn0";
close;
-}
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
+}