* spell-firestream if ( gem({fire},{100}), { goto ({cast}); }, { goto ({failed}); } ); label(failed); echo({me},{You don't have enough fire mana.}); goto({end}); label(cast); do({:concentrates for a moment.}); wait({20}); do({:channels a beam of fire.}); hurt(%name%,20); %here% here(); oecho(%target%,{%target% is blasted by a stream of mystic fire.}); goto({end}); label(end);