summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/hub.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 3b6a4dafe..8201bda0a 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -54,6 +54,12 @@ function script HUB_Login {
// Unset the target lake/world
set_byte(##00_INFO, 0, 3);
set_nibble(##00_INFO, 0, 5);
+ } else if (.@gto) {
+ // Heading somewhere which is not here!
+ mesc l("WARNING: If you use any Mirror Lake feature on this world, the current Mirror Lake Quest will be marked as \"Failed\"."), 1;
+ mesc l("If this is undesired, select the correct world, and if needed create a new char on it."), 1;
+ next;
+ closeclientdialog;
}
}
return;