* spell_smartstorm if ( gem({water},{60}), { 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({:invokes a microburst right above %target%.}); oecho(%target%,{%target% is thrown about by the sudden change in pressure.}); hurt(%name%,5); breed({28}); goto({end}); label(end);