mentoring_book 
Vars | |
| allowed_uses | if limit_use is true, how many times should we be able to be used before disappearing |
|---|---|
| author_level | the skill level of the author minus one; people will be one level below the author |
| limit_uses | whether the book should have a limited amount of uses |
| taught_language | if selected, this is the language that will be taught to the reader |
| taught_skill | the skill that is written within the book that will be taught |
| teach_sign | if selected, will teach sign-language-- because it isn't a language...? |
| writing_sentences | the list of sentences sent to the author as they write the book |
Procs | |
| check_limit | will lower the use by one (if allowed) and check if it should be destroyed |
| give_experience | Gives experience to the person reading the book |
| timed_sentence | when given a message and an amount of time, requires the user to stand still while receiving the message |
Var Details
allowed_uses 
if limit_use is true, how many times should we be able to be used before disappearing
author_level 
the skill level of the author minus one; people will be one level below the author
limit_uses 
whether the book should have a limited amount of uses
taught_language 
if selected, this is the language that will be taught to the reader
taught_skill 
the skill that is written within the book that will be taught
teach_sign 
if selected, will teach sign-language-- because it isn't a language...?
writing_sentences 
the list of sentences sent to the author as they write the book
Proc Details
check_limit
will lower the use by one (if allowed) and check if it should be destroyed
give_experience
Gives experience to the person reading the book
timed_sentence
when given a message and an amount of time, requires the user to stand still while receiving the message