summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1/constable.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-01 19:59:01 -0300
committerGitHub <noreply@github.com>2022-04-01 22:59:01 +0000
commitc679f85d42d14250b074c774a279036422a67d58 (patch)
treeefa01d5b0c26a74790c3d36ac5186d14d54d79ef /world/map/npc/009-1/constable.txt
parent256136deb61eed3d5adb11bd8841b0bb6a8bff11 (diff)
downloadserverdata-c679f85d42d14250b074c774a279036422a67d58.tar.gz
serverdata-c679f85d42d14250b074c774a279036422a67d58.tar.bz2
serverdata-c679f85d42d14250b074c774a279036422a67d58.tar.xz
serverdata-c679f85d42d14250b074c774a279036422a67d58.zip
Merge April 2nd Event on upstream (#606)v2022.03.31
Diffstat (limited to 'world/map/npc/009-1/constable.txt')
-rw-r--r--world/map/npc/009-1/constable.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/world/map/npc/009-1/constable.txt b/world/map/npc/009-1/constable.txt
index d1c71f34..3ca1c5eb 100644
--- a/world/map/npc/009-1/constable.txt
+++ b/world/map/npc/009-1/constable.txt
@@ -2,15 +2,40 @@
009-1,55,34,0|script|Constable Bob|419
{
+ if ($@PRSM_ONLINE && $@PRSM_PARTY) goto L_Party;
npctalk strnpcinfo(0), "I've acquired mass warp powers; Right after the day of the fool, wear something cool.";
mes "[Constable Bob]";
mes "\"Hello.\"";
mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
mes "\"Please make sure that you follow them!\"";
callfunc "GameRules";
+ //callfunc "P22Login";
close;
/* 2022 Blackbox */
+L_Party:
+ mes "[Constable Bob]";
+ mes "\"I'm holding a party for Prsm, do you want to come? You won't be eligible for any prizes, though.\"";
+ next;
+ menu
+ "Yeah", L_P22Y,
+ "Nah", L_P22N;
+
+L_P22Y:
+ set #X21, 15;
+ warp "003-1", 45, 24;
+ mapmask 1 | 2;
+ close;
+
+L_P22N:
+ mes "[Constable Bob]";
+ mes "\"A pity. Anyway.\"";
+ mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
+ mes "\"Please make sure that you follow them!\"";
+ next;
+ callfunc "GameRules";
+ close;
+
L_End:
end;