diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-07 14:20:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-07 14:20:14 -0300 |
commit | 98beaf210c3c9db7e513b2667a37bde7e3a168ed (patch) | |
tree | 9e87b44ef34f17e72837ba3c164dcd09764131c1 | |
parent | b74e3332f02260faeee212cc0bfcb62c27a1a8a4 (diff) | |
download | serverdata-xmas2021.tar.gz serverdata-xmas2021.tar.bz2 serverdata-xmas2021.tar.xz serverdata-xmas2021.zip |
[skip ci] I forgot this. Also, now I need to prepare a new branch to merge...xmas2021
-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: |