From 6d5062790b12e0ed9c082246a47ffe3150441f51 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Sep 2018 19:50:59 -0300 Subject: Well & Miler placeholders --- npc/019-1-1/_import.txt | 1 + npc/019-1-1/miler.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 npc/019-1-1/miler.txt (limited to 'npc/019-1-1') diff --git a/npc/019-1-1/_import.txt b/npc/019-1-1/_import.txt index 0dd8ae92d..cb56f2ccc 100644 --- a/npc/019-1-1/_import.txt +++ b/npc/019-1-1/_import.txt @@ -1,3 +1,4 @@ // Map 019-1-1: Miller's House // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/019-1-1/_warps.txt", +"npc/019-1-1/miler.txt", diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt new file mode 100644 index 000000000..3b36bf094 --- /dev/null +++ b/npc/019-1-1/miler.txt @@ -0,0 +1,18 @@ +// TMW2/LOF Script. +// Author: +// Jesusalva +// Description: +// Part from the EPISODE and the Well Quest +// TODO: Walking NPC, clothes, etc; + +019-1-1,41,24,0 script Miler NPC_PLAYER,{ + .@q=getq(LoFQuest_EPISODE); + .@w=getq(NivalisQuest_Well); + mes l("Out of Order."); + close; + +OnInit: + .sex = G_MALE; + .distance = 5; + end; +} -- cgit v1.2.3-60-g2f50