summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-30 21:23:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-30 21:23:05 -0300
commitc985a5afd7fb5014f11b8fce0f8fa16a5d4507cf (patch)
tree3d206ae129d076abd2e46ee28fec644f8b90793c
parentb645914b726a9f401a44f3883e9e3ba9e7e35b42 (diff)
downloadserverdata-c985a5afd7fb5014f11b8fce0f8fa16a5d4507cf.tar.gz
serverdata-c985a5afd7fb5014f11b8fce0f8fa16a5d4507cf.tar.bz2
serverdata-c985a5afd7fb5014f11b8fce0f8fa16a5d4507cf.tar.xz
serverdata-c985a5afd7fb5014f11b8fce0f8fa16a5d4507cf.zip
Inform Mirror Lake users that their char is TEMPORARY and will be RESET.
-rw-r--r--npc/functions/hub.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 5263a62c7..57bcd915a 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -56,6 +56,7 @@ function script HUB_Login {
TUTORIAL=true;
//BaseLevel = get_byte(##00_INFO, 0) + 1;
// TODO: Display quick tutorial
+ dispbottom l("Mirror Lake : Created temporary character; It'll be reset on logout.");
dispbottom l("Mirror Lake : Obtain help with %s.", b("@info"));
}