11:/secure/master/spells.c (/secure/master.c)
(int ) add_spell(string verb, string func, mixed cobj, string name)
/*
 * Function name: add_spell
 * Description:   Add a spell to the player's supply of spells.
 * Arguments:	  verb - The name of the spell, the name it is cast by.
 *		  func - The name of the function to call.
 *		  obj - The object to call the function in. 
 * 		  name - The name of the spell.
 * Returns:       1 - Ok, 0 - The spell already existed.
 */
