* mudman if ( gem({earth},{40}), { goto ({cast}); }, { goto ({failed}); } ); label(failed); echo({me},{You don't have enough earth mana.}); goto({end}); label(cast); do({:reaches down and grabs a ball of mud.}); wait(20); do({:forms the mud into a small man-shaped figure.}); wait(20); do({:speaks words of power over the mud-man and it comes to life!}); breed({20}); goto({end}); label(end); wait(5);