diff options
-rw-r--r-- | npc/032-1/_warps.txt | 12 | ||||
-rw-r--r-- | npc/functions/aurora.txt | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/npc/032-1/_warps.txt b/npc/032-1/_warps.txt new file mode 100644 index 000000000..7cf10cedc --- /dev/null +++ b/npc/032-1/_warps.txt @@ -0,0 +1,12 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 032-1: Past Tulimshar warps +032-1,59,126,0 script #032-1_59_126 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 52,127; end; +} +032-1,53,126,0 script #032-1_53_126 NPC_HIDDEN,1,0,{ + end; +OnTouch: + slide 59,127; end; +} diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index dc3f8d987..7937e1b06 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -115,7 +115,7 @@ function script FYNewEvent { kamibroadcast("Kamelot Season is now open!", "Aurora Events"); break; case 8: - // FIXME: PLACEHOLDER + // FIXME: PLACEHOLDER => Magic Olympics $EVENT$="Expo"; callfunc("FYEConf_Expo"); kamibroadcast("World Expo is now open!", "Aurora Events"); |