summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-02 14:18:25 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-02 14:18:25 -0300
commit9655494e5cdac9a54bfacec0943b88229172439c (patch)
treee71cfbf16f18ac581fd3a2f536ba5ea92f53e9b9 /npc/functions/event.txt
parenta7c6455fc6eb0becd3d363db7fe008bb59347a21 (diff)
downloadserverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.gz
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.bz2
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.tar.xz
serverdata-9655494e5cdac9a54bfacec0943b88229172439c.zip
Fix more typos, and add debug subsystem to Thanksgiving Aeros
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 961ba876b..d8c7a92b6 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -393,7 +393,7 @@ OnTimer90000:
.score+=.users;
// Do event (lasts 45 minutes)
- if (!.event && !$@MK_SCENE && .score > 300 && .users >= 3) {
+ if (!.event && !$@MK_SCENE && .score > 300 && (.users >= 3 || $@GM_OVERRIDE)) {
/* Reserve Aeros */
$@MK_SCENE=MK_LOCKED;
/* Setup the event */
@@ -410,6 +410,10 @@ OnTimer90000:
initnpctimer;
end;
+
+OnForceInit:
+ .score+=9999;
+ goto OnTimer90000;
}
function script sThanksgiving {