From 823f1989dac97ab6d7f35eb46c6d0048a3ef4ade Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 30 Dec 2015 19:13:54 +0100 Subject: Add savepoint before to warp from or to the lost island on Nard's scripts. --- npc/000-2-3/nard.txt | 1 + npc/001-2-24/nard.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 28225daf..7f6e17ab 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -216,6 +216,7 @@ L_GoBackArtis: speech 5, l("Let's set sail then!"); + savepoint "001-2-22.gat", 50, 38; if (!getmapxy(.@map$, .@x, .@y, 0)) { warp "001-2-24.gat", .@x, .@y; diff --git a/npc/001-2-24/nard.txt b/npc/001-2-24/nard.txt index d9010b68..2b334d7c 100644 --- a/npc/001-2-24/nard.txt +++ b/npc/001-2-24/nard.txt @@ -46,6 +46,7 @@ speech 5, l("Let's set sail then!"); + savepoint "000-2-1.gat", 50, 38; if (!getmapxy(.@map$, .@x, .@y, 0)) { warp "000-2-3.gat", .@x, .@y; -- cgit v1.2.3-60-g2f50