void call_out(fun, delay, arg)
string fun;
int delay;

Set up a call of function 'fun' in this_object(). The call will take place
in 'delay' seconds, with the argument 'arg' provided. 'arg' can be of
any type.

See also efun/remove_call_out
