summaryrefslogtreecommitdiff
path: root/npc/001-2-4/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/books.txt')
-rw-r--r--npc/001-2-4/books.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt
new file mode 100644
index 00000000..068bfe2a
--- /dev/null
+++ b/npc/001-2-4/books.txt
@@ -0,0 +1,15 @@
+// Evol scripts.
+// Authors:
+// gumi
+// Description:
+// moar books
+
+001-2-4,28,29,0 script #001-2-4-Book1 NPC_NO_SPRITE,{
+
+ doevent "@rules::OnShelfUse";
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 1;
+}