/tg/ Station 13 - Modules - TypesVar Details - Proc Details

bookcase

Vars

books_to_loadHow many random books to generate.
load_random_booksWhen enabled, books_to_load number of random books will be generated for this bookcase
random_categoryThe category of books to pick from when populating random books.

Procs

after_random_loadproc for doing things after a bookcase is randomly populated
load_shelfLoads the shelf, both by allowing it to generate random items, and by adding its contents to a list used by library machines

Var Details

books_to_load

How many random books to generate.

load_random_books

When enabled, books_to_load number of random books will be generated for this bookcase

random_category

The category of books to pick from when populating random books.

Proc Details

after_random_load

proc for doing things after a bookcase is randomly populated

load_shelf

Loads the shelf, both by allowing it to generate random items, and by adding its contents to a list used by library machines