From 9655494e5cdac9a54bfacec0943b88229172439c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 2 Nov 2021 14:18:25 -0300 Subject: Fix more typos, and add debug subsystem to Thanksgiving Aeros --- npc/functions/event.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions/event.txt') 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 { -- cgit v1.2.3-60-g2f50