Function set_drink_action:
Defined in module m_drink_source (file: /std/modules/m_drink_source.c)

void set_drink_action( mixed x )
x is a simple_action string or
a function that is evaluated whenever
this source of fluid is drunk from.
x can contain $o to represent the fluid.
$o1 can represent the drink source.

Prototype:
void set_drink_action( mixed x );
