summaryrefslogtreecommitdiff
path: root/npc/008-2-13
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
commit2f16d8b8c34257733180058c82415d395ea27474 (patch)
tree09a7e0b77ba01cfade269593ee88c02122fd5976 /npc/008-2-13
parentf4ac215d94dc2c5eb58675f79e0be87932f78cc3 (diff)
parent28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff)
downloadserverdata-jesusalva/GuidedTour.tar.gz
serverdata-jesusalva/GuidedTour.tar.bz2
serverdata-jesusalva/GuidedTour.tar.xz
serverdata-jesusalva/GuidedTour.zip
Merge branch 'master' into jesusalva/GuidedTourjesusalva/GuidedTour
Diffstat (limited to 'npc/008-2-13')
-rw-r--r--npc/008-2-13/_import.txt1
-rw-r--r--npc/008-2-13/lena.txt20
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/008-2-13/_import.txt b/npc/008-2-13/_import.txt
index a4b0330e..ec6a73b7 100644
--- a/npc/008-2-13/_import.txt
+++ b/npc/008-2-13/_import.txt
@@ -2,4 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/008-2-13/_savepoints.txt",
"npc/008-2-13/_warps.txt",
+"npc/008-2-13/lena.txt",
"npc/008-2-13/mapflags.txt",
diff --git a/npc/008-2-13/lena.txt b/npc/008-2-13/lena.txt
new file mode 100644
index 00000000..df9f38e9
--- /dev/null
+++ b/npc/008-2-13/lena.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Lena the Bowwoman.
+// THIS IS A PLACEHOLDER!
+
+008-2-13,27,27,0 script Lena#008-2-13 NPC_LENA,{
+ speech
+ l("Hey."),
+ l("Did you hear about the Bandit's attacks? They must have a hideout somewhere outside Hurnscald."),
+ lg("I will inform you when I have more information about all this.");
+
+ close;
+
+OnInit:
+ .sex = G_FEMALE;
+ .distance = 2;
+ end;
+}