* spell_singe 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 the mana on %target%.}); hurt(%name%,10); %here% here(); oecho(%target%,{%target%'s flesh is singed by a focused burst of mana.}); goto({end}); label(end);