diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 00:17:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 00:17:45 -0300 |
commit | 95c4f412c9422806b7e9d801f4c342700a89bf70 (patch) | |
tree | b2e2ee1a2f99548cdf4df4b28ef4b9f30f39e456 /npc/commands/event.txt | |
parent | 6b8acb82f384560dbcdd511593fb2d181e507766 (diff) | |
download | serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.gz serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.bz2 serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.xz serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.zip |
Hook up Porthos with the world, but instancing still NYI
Diffstat (limited to 'npc/commands/event.txt')
-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) { |