diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:19:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:19:32 -0300 |
commit | 451e7c366f71353723e92c86e364e40247701abc (patch) | |
tree | 26c58010b5e4f65012d0789b7e16205391d24a4c | |
parent | 285caf4e0c4b0d371a4c271fe544aa899d780022 (diff) | |
download | serverdata-451e7c366f71353723e92c86e364e40247701abc.tar.gz serverdata-451e7c366f71353723e92c86e364e40247701abc.tar.bz2 serverdata-451e7c366f71353723e92c86e364e40247701abc.tar.xz serverdata-451e7c366f71353723e92c86e364e40247701abc.zip |
Announce when Hungry Quirin Arena is open.
-rw-r--r-- | npc/003-10/quirino.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index 4dcd0baec..ab21dff8f 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -93,8 +93,10 @@ L_Hub: if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) { next; mes col("Activate event?", 1); - if (askyesno() == ASK_YES) + if (askyesno() == ASK_YES) { $EVENT$="Hunger"; + announce("##1HUNGRY QUIRIN EVENT: ##3##BRegister is now open! Talk to Quirin, on Tulimshar Guardhouse!", bc_all|bc_npc); + } close; } |