summaryrefslogtreecommitdiff
path: root/npc/020-2-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-7')
-rw-r--r--npc/020-2-7/_import.txt4
-rw-r--r--npc/020-2-7/_warps.txt3
-rw-r--r--npc/020-2-7/manoli.txt19
3 files changed, 26 insertions, 0 deletions
diff --git a/npc/020-2-7/_import.txt b/npc/020-2-7/_import.txt
new file mode 100644
index 00000000..b4179bc5
--- /dev/null
+++ b/npc/020-2-7/_import.txt
@@ -0,0 +1,4 @@
+// Map 020-2-7: Legion Guardhouse
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/020-2-7/_warps.txt",
+"npc/020-2-7/manoli.txt",
diff --git a/npc/020-2-7/_warps.txt b/npc/020-2-7/_warps.txt
new file mode 100644
index 00000000..c008e51d
--- /dev/null
+++ b/npc/020-2-7/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 020-2-7: Legion Guardhouse warps
+020-2-7,35,33,0 warp #020-2-7_35_33 0,0,020-1,293,107
diff --git a/npc/020-2-7/manoli.txt b/npc/020-2-7/manoli.txt
new file mode 100644
index 00000000..578f0569
--- /dev/null
+++ b/npc/020-2-7/manoli.txt
@@ -0,0 +1,19 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Manoli, a Legion Guard inside the Legion storage building.
+// THIS IS A PLACEHOLDER!
+
+020-2-7,35,23,0 script Manoli NPC_HUMAN_FEMALE_LEGION_ARTIS,{
+ speech
+ l("Hi there."),
+ l("Looks like someone ran out of ideas for placeholder NPCs."),
+ l("So if you want, you can hunt something, or cook something, or craft somethig."),
+ l("Whatever.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}