[Package Index | Mudlib Index | Effect Index]
.
int cast_spell(string words)This method clears the spell off the scroll and turns it back into a normal piece of paper.
int cast_spell_new(string words, object * targets, object * using)This method clears the spell off the scroll and turns it back into a normal piece of paper.
void clear_spell(int award)This method clears the spell off the scroll and turns it back into a normal piece of paper.
int query_binding_force()This method returns the current binding force of the scroll. This is the amount of force the paper exerts to try and keep the spell on the paper.
int query_magic_scroll()This method returns always returns 1 for a magic scroll.
string query_spell()This method returns the spell associated with the scroll.
string query_spell_name()This method returns the name o fthe spell on the scroll.
int query_spell_power_level()This method returns the power level of the spell current associated with the object.
void set_spell(string word)This method sets the spell associated with the scroll.
int test_skill()This method tests the skill needed to cast the spell on the scroll.