From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/028-1/_import.txt | 5 +++++ npc/028-1/_warps.txt | 3 +++ npc/028-1/mapflags.txt | 1 + npc/028-1/portal.txt | 14 ++++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 npc/028-1/_import.txt create mode 100644 npc/028-1/_warps.txt create mode 100755 npc/028-1/mapflags.txt create mode 100755 npc/028-1/portal.txt (limited to 'npc/028-1') 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; +} -- cgit v1.2.3-60-g2f50