summaryrefslogtreecommitdiff
path: root/world/map/npc/028-1/portal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/028-1/portal.txt')
-rw-r--r--world/map/npc/028-1/portal.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/world/map/npc/028-1/portal.txt b/world/map/npc/028-1/portal.txt
new file mode 100644
index 00000000..0b510214
--- /dev/null
+++ b/world/map/npc/028-1/portal.txt
@@ -0,0 +1,16 @@
+//Leave GM Island
+028-1,98,37,0|script|Exit|400,0,0,
+{
+ mes "[Exit]";
+ mes "Would you like to leave this place?";
+ menu
+ "Yes.", L_Leave,
+ "No.", L_Close;
+
+L_Leave:
+ warp getsavepoint(0), getsavepoint(1), getsavepoint(2);
+ goto L_Close;
+
+L_Close:
+ close;
+}