From b671ab567863e05a95598962a8055df0508971d3 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 3 Jun 2016 03:31:41 +0200 Subject: Add a default savepoint example on 001-2-1. --- npc/001-2-1/_import.txt | 1 + npc/001-2-1/savepoints.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 npc/001-2-1/savepoints.txt diff --git a/npc/001-2-1/_import.txt b/npc/001-2-1/_import.txt index c70be7fd..7a24beb3 100644 --- a/npc/001-2-1/_import.txt +++ b/npc/001-2-1/_import.txt @@ -1,2 +1,3 @@ npc: npc/001-2-1/mapflags.txt +npc: npc/001-2-1/savepoints.txt npc: npc/001-2-1/_warps.txt diff --git a/npc/001-2-1/savepoints.txt b/npc/001-2-1/savepoints.txt new file mode 100644 index 00000000..f9df8dd4 --- /dev/null +++ b/npc/001-2-1/savepoints.txt @@ -0,0 +1,15 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Free save point. + +001-2-1,27,30,0 script #savepoint0-001-2-1 NPC_SAVE_POINT,{ + savepointparticle .map$, .x, .y, CURRENT_INN; + close; + +OnInit: + .distance = 2; + .sex = G_OTHER; + end; +} -- cgit v1.2.3-60-g2f50