lpmud/mudlib/
lpmud/mudlib/doc/
lpmud/mudlib/doc/LPC/
lpmud/mudlib/log/
lpmud/mudlib/players/
lpmud/mudlib/room/maze1/
lpmud/mudlib/room/sub/
void input_to(fun)
string fun;

Enable next line of user input to be sent to the local function "fun" as
an argument. The input line will not be parsed.

See also call_other(), sscanf().