diff options
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r-- | npc/functions/soul_menhir.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 831451e89..f83242f8f 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -41,7 +41,19 @@ L_Save: L_Aeros: if (!$@GM_EVENT) goto L_DontPanic; - warp "001-1", 235, 26; + .@gt=$@AEROS_SPWN; + if (.@gt == 2) { + select + l("East Aeros"), + l("West Aeros"); + .@gt=@menu-1; + } + switch ($@AEROS_SPWN) { + case 0: + warp "001-1", 235, 26; break; + case 1: + warp "001-1", 23, 108; break; + } message strcharinfo(0), l("You are now at the Mana Plane of Existence, at the Floating Island of Aeros."); close; |