/* animate skeleton, animate zombie */
status animate(string targ, mixed alt_type) {
if(!alt_type) alt_type = "necromancy_sphere";
return (status)call_other("skills/mage/animate","animate",targ,alt_type);
}
/* Native Mode Move */
#include <move.h>