summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/2022.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/2022.txt')
-rw-r--r--world/map/npc/annuals/2022.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/annuals/2022.txt b/world/map/npc/annuals/2022.txt
index 16dfa948..d1e473fa 100644
--- a/world/map/npc/annuals/2022.txt
+++ b/world/map/npc/annuals/2022.txt
@@ -91,6 +91,7 @@ function|script|P22Login
L_Warp:
set #X21, 5;
warp "003-1", 45, 24;
+ mapmask 1 | 2;
return;
L_Return:
@@ -99,6 +100,8 @@ L_Return:
003-1,41,24,0|script|Constable Bob#P21|419
{
+ if (!$@PRSM_PARTY) goto L_Over;
+ mapmask 1 | 2;
mes "[Constable Bob]";
mes "\"Hello, and welcome to the celebration I've prepared for my best friend and comrade in keeping The Mana World safe: ##BPrsm##b.\"";
next;
@@ -110,6 +113,11 @@ L_Return:
mes "\"Which is why I asked the admins for mass warp powers and the devs to prepare a party; this is the least I could do for my friend. Please enjoy yourself while you're here, and once you're done, you can leave with the south gate.\"";
close;
+L_Over:
+ mes "[Constable Bob]";
+ mes "\"The party is over; Please leave with the south gate before the developers seal it off again.\"";
+ close;
+
OnInit:
goto OnClock0000;