summaryrefslogtreecommitdiff
path: root/npc/items/oldbook.txt
diff options
context:
space:
mode:
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