* spell_iceblast if ( gem({water},{50}), { goto ({cast}); }, { goto ({failed}); } ); label(failed); echo({me},{You don't have enough water mana.}); goto({end}); label(cast); do({:concentrates for a moment.}); wait({20}); do({:channels a swarm of razor-sharp icicles.}); oecho(%target%,{%target% is pummeled by a swarm of icicles.}); hurt(%name%,20); goto({end}); label(end);