summaryrefslogtreecommitdiff
path: root/npc/new_38-1-woodland-mine/books.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
commit1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch)
tree888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/new_38-1-woodland-mine/books.txt
parentc35d7a43946974cc85497980f4542f0b8abc1a56 (diff)
downloadserverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/new_38-1-woodland-mine/books.txt')
-rw-r--r--npc/new_38-1-woodland-mine/books.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/new_38-1-woodland-mine/books.txt b/npc/new_38-1-woodland-mine/books.txt
deleted file mode 100644
index dfd4ecda..00000000
--- a/npc/new_38-1-woodland-mine/books.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-
-new_38-1.gat,112,19,0 script #Bookcase38 127,0,1{
- if (Inspector == 11) goto L_NohMask;
-
- mes "Looking over the bookcase, you find nothing strange or out of order.";
- close;
-
-L_NohMask:
- mes "Looking over the bookcase closely, you find a book is upside down.";
- next;
-
- mes "The book has been hollowed out. Inside is a theater mask and a note that you cannot even begin to read.";
- next;
-
- set Inspector, 12;
- close;
-}