summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-8/hub.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index 10fdc16d2..e56c27125 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -417,6 +417,14 @@ OnPCLogoutEvent:
atcommand "@jail "+strcharinfo(0);
}
+
+ // I want to know if it is already safe to read your current exp
+ // to implement a no-death-penalty and a halved-penalty system
+ if (is_staff()) {
+ dispbottom l("Exp: @@", readparam(BaseExp));
+ dispbottom l("JExp: @@", readparam(JobExp));
+ }
+
@qhub_victor=0;
@qhub_died=0;
end;