diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 0cb559239..e5df9ac40 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -79,7 +79,7 @@ function script EventHelp { ///////////////////////////////////////////////////////////////////////// mesc ".:: " + l("Kamelot Raid") + " ::.", 2; mes ""; - mes l("Group togheter your guild and challenge the evil power,"); + mes l("Group together your guild and challenge the evil power,"); mes l("which creeps over Kamelot! During this event, the ancient"); mes l("evil will return every day to curse King Arthur the Micksha."); mes ""; @@ -221,6 +221,15 @@ function script EventHelp { mes l("Mysterious Powder expires after some time!"); mesc l("Location: All bifs in the world."), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Candor") { + mesc ".:: " + l("Candor Battle Season") + " ::.", 2; + mes ""; + mes l("During this season, challenges to Crazyfefe will be free."); + mes l("Will you accept his challenge?!"); + mes ""; + mes l("Raise to the highest top score!"); + mesc l("Location: Candor B1F"), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |