summaryrefslogtreecommitdiff
path: root/npc/020-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1')
-rw-r--r--npc/020-1/_import.txt1
-rw-r--r--npc/020-1/well.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/020-1/_import.txt b/npc/020-1/_import.txt
index d297b38d2..036f67fba 100644
--- a/npc/020-1/_import.txt
+++ b/npc/020-1/_import.txt
@@ -7,3 +7,4 @@
"npc/020-1/siege.txt",
"npc/020-1/town.txt",
"npc/020-1/wateranimation.txt",
+"npc/020-1/well.txt",
diff --git a/npc/020-1/well.txt b/npc/020-1/well.txt
new file mode 100644
index 000000000..2eb72ce51
--- /dev/null
+++ b/npc/020-1/well.txt
@@ -0,0 +1,14 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// Annoy players
+
+020-1,99,83,0 script #NivalisWell NPC_NO_SPRITE,{
+ npctalkonce l("This well is dry. They must take water outside the town.");
+ end;
+
+OnInit:
+ .distance=3;
+ end;
+}