summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-14 00:17:45 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-14 00:17:45 -0300
commit95c4f412c9422806b7e9d801f4c342700a89bf70 (patch)
treeb2e2ee1a2f99548cdf4df4b28ef4b9f30f39e456 /npc/functions/aurora.txt
parent6b8acb82f384560dbcdd511593fb2d181e507766 (diff)
downloadserverdata-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/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 0e11c47fe..bbb707b40 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -622,6 +622,15 @@ function script FYE_Olympics_AL {
return;
}
+// Send to Porthos, returns false on failure, true on success
+function script FYE_Olympics_TO {
+ if ($EVENT$ != "Olympics") return false;
+
+ // FIXME: Instancing
+ warp "001-14", 92, 90;
+ return true;
+}
+