From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/botcheck/announcements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'world/map/npc/botcheck') diff --git a/world/map/npc/botcheck/announcements.txt b/world/map/npc/botcheck/announcements.txt index b7580596..c5ec0b6b 100644 --- a/world/map/npc/botcheck/announcements.txt +++ b/world/map/npc/botcheck/announcements.txt @@ -20,7 +20,7 @@ if (getgmlevel() < 60) if ($@GMSA_STATUS == 0) goto L_PrepareBroadcast; -if ($@GMSA_STATUS == 1) +//else goto L_InfoBroadcast; L_InfoBroadcast: @@ -141,6 +141,8 @@ L_StartBroadcast2: if ($@GMSA_STATUS == 1) goto L_Abort; callsub S_PerformBroadcast; + goto L_StartBroadcast; + L_StartBroadcast: if ($@GMSA_STATUS == 1) goto L_Abort; @@ -170,4 +172,5 @@ OnTimer3600000: if ($@GMSA_MAX != 0) end; callsub S_StopBroadcast; + end; } -- cgit v1.2.3-60-g2f50