summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
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;
+}
+