[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
.
string query_language()Returns the language of the book
void set_book_dir(string dir)Sets the directory to look for the book pages in. It scans every file in this dir to get the pages for the book. This sets the default paper to /obj/misc/nroff_paper.c
inherit "/std/book_dir"; void setup() { ... set_book_dir("/save/books/dead/dead_page"); ... } /* setup() */