lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	call_out - call a function after a delay

SYNTAX
	void call_out(function fun, int delay, mixed arg, ...)

DESCRIPTION
	Set up a call of function fun. If fun is not in this_object() then
	an error will occur. The call will take place in delay seconds,
	with the arguments arg provided. arg can be of any type.

NOTA BENE
	Please note that this_player() is saved, so be careful with
	assumptions about this_player() and its environment().

SEE ALSO
	remove_call_out, call_out_info.