* necro_ethereal_aid if ( reagents({34 42 45 61 91 90 140 135 116 117 210 279 282},{2 1 1 1 2 1 2 2 1 2 1 }), { goto(mix); }, { goto(fail); } ); label(fail); echo({me},{You cannot find the right ingredients, or perhaps the right quantities and the spell fails.}); goto({end}); label(mix); wait(20); mix({34 42 45 61 91 90 140 135 116 117 210 279 282},{2 1 1 1 2 1 2 2 1 2 1 }); do({:carefully forms a mixture of a number of ingredients including blood, bones and rosewater.}); wait(10); do({:speaks an ancient incantation: N'yarlathotep! The heavens split and in the distance a wolf howls.}); %type% random(10,16); breed({%type%}); if ( not(random(0, 10)), { breed({%type%}); } ); label(end);