diff options
-rw-r--r-- | npc/commands/motd.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index e6cafa342..ddc2dcdfb 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -187,6 +187,11 @@ OnPCLoginEvent: // Number of times you claimed the top prize (27 days streak) if (#LOGIN_DAY != .login_ref) { + // demure check: Are you on a start area? + getmapxy(.@m$,.@x,.@y,0); + if (.@m$ ~= "000") + end; + // Is it a new month? if (#LOGIN_TABLE == gettime(6)) { #LOGIN_STREAK=#LOGIN_STREAK+1; |