[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /std/basic/scroll_book_react.c</h2>
This is the reaction handling code for both spell books and scrolls.
<h2>Includes</h2>
This class includes the following files <a href="include.tasks.h.shtml">/include/tasks.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#check_react">check_react</a>(object)<br/>
This method checks to see if the spell reacts with anything.
<li><a href="#destroy_this_scroll">destroy_this_scroll</a>()<br/>
This method is called to destroy the scroll.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="check_react">
check_react</a><pre>
void check_react(object player)
</pre></br>
This method checks to see if the spell reacts with anything.
<br/><ul>
<li><b>Parameters:</b>
<br/>paper - who to check (us hopefull)

</dl>

<ul><a name="destroy_this_scroll">
destroy_this_scroll</a><pre>
void destroy_this_scroll()
</pre></br>
This method is called to destroy the scroll.  This must be overridden
at a higher level.



[an error occurred while processing this directive]

