From 7b119c91787974bd0dee7f3b684ccfb7b0850613 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 16:24:15 -0300 Subject: Add 018-5-5 Ivanize's Home --- npc/018-5-5/_import.txt | 4 ++++ npc/018-5-5/_warps.txt | 3 +++ npc/018-5-5/ivanize.txt | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 npc/018-5-5/_import.txt create mode 100644 npc/018-5-5/_warps.txt create mode 100644 npc/018-5-5/ivanize.txt (limited to 'npc/018-5-5') diff --git a/npc/018-5-5/_import.txt b/npc/018-5-5/_import.txt new file mode 100644 index 000000000..bcf2f812f --- /dev/null +++ b/npc/018-5-5/_import.txt @@ -0,0 +1,4 @@ +// Map 018-5-5: Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/018-5-5/_warps.txt", +"npc/018-5-5/ivanize.txt", diff --git a/npc/018-5-5/_warps.txt b/npc/018-5-5/_warps.txt new file mode 100644 index 000000000..aebe078b1 --- /dev/null +++ b/npc/018-5-5/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 018-5-5: Indoors warps +018-5-5,33,47,0 warp #018-5-5_33_47 1,0,018-5,114,55 diff --git a/npc/018-5-5/ivanize.txt b/npc/018-5-5/ivanize.txt new file mode 100644 index 000000000..bfec74f6b --- /dev/null +++ b/npc/018-5-5/ivanize.txt @@ -0,0 +1,19 @@ +// TMW2 scripts. +// Authors: +// Indigovox +// Jesusalva +// Description: +// Evil Fairy + +018-5-5,31,26,0 script Ivanize NPC_FAIRY_A,{ + if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!"); + mesn; + mesq l("Can't you see I'm busy?"); + close; + +OnInit: + .sex=G_FEMALE; + .distance=5; + end; +} + -- cgit v1.2.3-70-g09d2