summaryrefslogtreecommitdiff
path: root/npc/028-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/028-1')
-rw-r--r--npc/028-1/_import.txt5
-rw-r--r--npc/028-1/_warps.txt3
-rwxr-xr-xnpc/028-1/mapflags.txt1
-rwxr-xr-xnpc/028-1/portal.txt14
4 files changed, 23 insertions, 0 deletions
diff --git a/npc/028-1/_import.txt b/npc/028-1/_import.txt
new file mode 100644
index 00000000..1ff82398
--- /dev/null
+++ b/npc/028-1/_import.txt
@@ -0,0 +1,5 @@
+// Map 028-1: GM Island
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/028-1/_warps.txt",
+"npc/028-1/mapflags.txt",
+"npc/028-1/portal.txt",
diff --git a/npc/028-1/_warps.txt b/npc/028-1/_warps.txt
new file mode 100644
index 00000000..f1b3aca1
--- /dev/null
+++ b/npc/028-1/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 028-1: GM Island warps
+028-1,120,125,0 warp #028-1_120_125 0,0,028-3,33,77
diff --git a/npc/028-1/mapflags.txt b/npc/028-1/mapflags.txt
new file mode 100755
index 00000000..f0c74e5d
--- /dev/null
+++ b/npc/028-1/mapflags.txt
@@ -0,0 +1 @@
+028-1 mapflag nosave 009-1,53,40
diff --git a/npc/028-1/portal.txt b/npc/028-1/portal.txt
new file mode 100755
index 00000000..d6aaeafc
--- /dev/null
+++ b/npc/028-1/portal.txt
@@ -0,0 +1,14 @@
+028-1,98,37,0 script Exit NPC400,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;
+}