summaryrefslogtreecommitdiff
path: root/npc/items/OldBook.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-07-04 18:48:19 +0200
committerReid <reidyaro@gmail.com>2012-07-04 18:48:19 +0200
commit65d8f1189f14fc12b07575113a634f99185bd81a (patch)
tree9bbb528675cc5436fa9b515c7d9c212733aaa181 /npc/items/OldBook.txt
parent6216c6b0e2f7761a7d5d2d43566e3bd34a0d3bad (diff)
downloadserverdata-65d8f1189f14fc12b07575113a634f99185bd81a.tar.gz
serverdata-65d8f1189f14fc12b07575113a634f99185bd81a.tar.bz2
serverdata-65d8f1189f14fc12b07575113a634f99185bd81a.tar.xz
serverdata-65d8f1189f14fc12b07575113a634f99185bd81a.zip
Add OldBook script (missing dialogue).
Diffstat (limited to 'npc/items/OldBook.txt')
-rw-r--r--npc/items/OldBook.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/items/OldBook.txt b/npc/items/OldBook.txt
new file mode 100644
index 00000000..8a50717c
--- /dev/null
+++ b/npc/items/OldBook.txt
@@ -0,0 +1,25 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Read the Old Book
+
+000-2-1.gat,0,0,1 script OldBook 0,{
+
+OnUse:
+ getitem 514, 1, 1;
+ mesn "Narrator";
+
+ mes col(l("."), 9);
+ next;
+ mes col(l("."), 9);
+ next;
+ mes col(l("."), 9);
+ next;
+ mes col(l("."), 9);
+ next;
+ mes col(l("."), 9);
+
+ close;
+
+} \ No newline at end of file