From 65d8f1189f14fc12b07575113a634f99185bd81a Mon Sep 17 00:00:00 2001 From: Reid Date: Wed, 4 Jul 2012 18:48:19 +0200 Subject: Add OldBook script (missing dialogue). --- npc/items/OldBook.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 npc/items/OldBook.txt (limited to 'npc/items/OldBook.txt') 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 -- cgit v1.2.3-70-g09d2