summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-14 17:24:38 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-14 17:24:38 -0300
commitf7c53b6945a84c02120b45c99cfc11cfd36c0545 (patch)
treea3eff0373a71202d96ba6ba3b37b6a8d398e2c92 /npc/functions/event.txt
parent8990e4fae71b152ff78308f83b43c9a2083419d2 (diff)
downloadserverdata-f7c53b6945a84c02120b45c99cfc11cfd36c0545.tar.gz
serverdata-f7c53b6945a84c02120b45c99cfc11cfd36c0545.tar.bz2
serverdata-f7c53b6945a84c02120b45c99cfc11cfd36c0545.tar.xz
serverdata-f7c53b6945a84c02120b45c99cfc11cfd36c0545.zip
Add the NPC with information about St. Patrick Day.
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 1b17b40b6..21bfc8444 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -156,6 +156,7 @@ OnClock0000:
$EVENT$="St. Patrick";
$@PATRICK_DAYMAX=.patrick_endday;
enablenpc "sPatrick";
+ enablenpc "Patrick Saulc";
}
// End the event the day after
if (.@d == .patrick_endday+1) {
@@ -164,6 +165,7 @@ OnClock0000:
sClear();
$EVENT$="";
donpcevent "sPatrick::OnCleanUp";
+ disablenpc "Patrick Saulc";
}
}