diff options
-rw-r--r-- | npc/functions/scoreboards.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index dc21758d..3a6f4bf2 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -229,6 +229,8 @@ OnCall: mesc l("Boss points: %s", fnum(BOSS_POINTS)); mesc l("Mob points: %s", fnum(Mobpt)); mesc l("Total Gold: %s", fnum((Zeny+BankVault))); + if (TUT_var > 10) + mesc l("Joined the world %s ago", FuzzyTime(TUT_var)); next; break; default: |