From 6b76cb026dab05ca0721331a783627ff326df4ae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 19:01:53 -0300 Subject: Ok, should be working now --- npc/001-8/hub.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-8') diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index bacee697b..98737f173 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -55,7 +55,7 @@ // Only one player standing! CONGRATULATIONS, YOU HAVE WON!! OnGameOver: - .@u=getmapusers("001-8"); + .@u=getmapusers("001-8")-1; debugmes "OnGameOver Check: "+str(.@u); if (.@u == 1) { $@EQ_STATUS=2; @@ -314,7 +314,7 @@ OnTimer900000: OnVictory: @qhub_victor=1; debugmes "We have a victor"; - dispbottom l("Winner is you"); + dispbottom col(l("CONGRATULATIONS! You have won!!"),2); OnPCDieEvent: @qhub_died=1; OnPCLogoutEvent: -- cgit v1.2.3-60-g2f50