From 7ce9e264c5892a40532d87e81fee7500d048bcae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Feb 2022 11:58:43 -0300 Subject: Placeholder for the desert folk. Needs some story fixing --- npc/004-3-1/_import.txt | 1 + npc/004-3-1/falkrun.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 npc/004-3-1/falkrun.txt (limited to 'npc/004-3-1') diff --git a/npc/004-3-1/_import.txt b/npc/004-3-1/_import.txt index c7d00ba90..f5cd5a78d 100644 --- a/npc/004-3-1/_import.txt +++ b/npc/004-3-1/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/004-3-1/_mobs.txt", "npc/004-3-1/_warps.txt", +"npc/004-3-1/falkrun.txt", diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt new file mode 100644 index 000000000..deec67b29 --- /dev/null +++ b/npc/004-3-1/falkrun.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// - + +004-3-1,37,23,0 script Falkrun NPC_INDIGENOUS_ANY,{ + mesn; + mesq l("Howdy!"); + close; + +OnInit: + .distance = 4; + end; +} + -- cgit v1.2.3-70-g09d2