summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-10-26 18:23:19 +0200
committerJoseph Botosh <rumly111@gmail.com>2015-10-26 20:44:40 +0200
commit7d8c4b716c845b45c3768a94666897dc6b43c9a9 (patch)
treefa81c6e30c337303f8f2f5f57c73808592c48697
parent5bf61ba2fc9be761a1ef0f3e0915e9e1908579f4 (diff)
downloadserverdata-7d8c4b716c845b45c3768a94666897dc6b43c9a9.tar.gz
serverdata-7d8c4b716c845b45c3768a94666897dc6b43c9a9.tar.bz2
serverdata-7d8c4b716c845b45c3768a94666897dc6b43c9a9.tar.xz
serverdata-7d8c4b716c845b45c3768a94666897dc6b43c9a9.zip
Add future reference to shovel quests
-rw-r--r--npc/001-1/treasure.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/001-1/treasure.txt b/npc/001-1/treasure.txt
new file mode 100644
index 00000000..f4a27c69
--- /dev/null
+++ b/npc/001-1/treasure.txt
@@ -0,0 +1,21 @@
+// Evol scripts.
+// Author:
+// Travolta
+// Description:
+// Treasure on Artis shore.
+// Variables:
+// none
+
+
+001-1,67,134,0 script #ArtisShoreTreasure NPC_NO_SPRITE,{
+ narrator
+ l("You see a red cross on the ground."),
+ l("Does it mean there is a hidden treasure?"),
+ l("If only you had a shovel...");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 1;
+ end;
+}