FUNKTION:
int GiveLiquid(string name, int amount, object us);
DEFINIERT IN:
/sys/lcontainer.h
/std/lcontainer.c
BESCHREIBUNG:
Not in a Lcontainer, but in rooms or other objects. Gives a tap-
functionality there. "name" is the name of the wanted liquid, "amount"
the amount hereof. "us" is just this_object. Return value should be
the amount of liquid the tap gave us (via us->AddLiquid).
0 if the current object is not meant
-1 for liquid is too heavy
-2 for tap is empty.
BEISPIELE:
siehe Manpage zu AddLiquid und in /doc/beispiele/lcontainer
SIEHE AUCH:
lcontainer(STD), AddLiquid(L), PourLiquid(L), FindLiquid(L),
P_LCONTAINER, P_LCNT_OPENMSG, P_LCNT_DRINKMSG, P_LCNT_CAPA,
P_LCNT_MAXCAPA, P_LCNT_MINIMAL, P_LCNT_CLOSABLE
|