* spell_brimstone 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({:calls forth a hail of brimstone.}); hurt(%name%,40); %here% here(); oecho(%target%,{%target% is buried in a heap of glowing brimstone.}); goto({end}); label(end);