.DT
set_ignore_saved_pages
DW_wibble creator help
set_ignore_saved_pages

.SH Name
.SP 5 5
set_ignore_saved_pages -  This method sets the current setting of the ignore saved pages variable.
.EP

.SH Syntax
.SI 5
void set_ignore_saved_pages(int saved)
.EI

.SH Parameters
.SI 5
%^BOLD%^saved%^RESET%^ - the new value of the saved attribute
.EI

.SH Defined in
.SI 5
/std/book.c
.EI

.SH Description
.SP 5 5

This method sets the current setting of the ignore saved
pages variable.  If this is true then
the pages form the players auto_load stuff will be ignored totaly
and only the page creates in setup would be
used.  This can only be called from an object
which inherits this one (hence the protected method).
.EP

.SH See also
.SP 5 5
query_ignore_saved_pages()

.EP

