diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:23:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:23:05 -0300 |
commit | c985a5afd7fb5014f11b8fce0f8fa16a5d4507cf (patch) | |
tree | 3d206ae129d076abd2e46ee28fec644f8b90793c | |
parent | b645914b726a9f401a44f3883e9e3ba9e7e35b42 (diff) | |
download | serverdata-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.txt | 1 |
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")); } |