Function set_eat_action:
Defined in module m_edible (file: /std/modules/m_edible.c)

set_eat_action(string) causes 'string' to be printed when someone
eats this object.  set_eat_action(function) causes the function
to be called instead.

Prototype:
void set_eat_action(mixed action);
