diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index ba81ca96c..969de4791 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -539,6 +539,13 @@ OnEffect: doevent "sDreamTower::OnWarpTo"; end; } + if ($EVENT$ == "Olympics") { + if (callfunc("FYE_Olympics_TO")) { + dispbottom l("You are now at Porthos - The Town of Portals."); + end; + } + // Failed for some reason - ignore + } if ($EVENT$ == "Raid") { .@id = array_find($FYRAID_OWNER, getcharid(3)); if (.@id >= 0) { |