NAME
call_out - call function with delay
SYNOPSIS
varargs void call_out(string function, int delay, mixed args...)
DESCRIPTION
Call function in this_object() after delay amounts of seconds,
with the specified extra arguments. This_player1() will be 0,
but this_player() will be restored to the same as when the
call_out was issued. The function may be static.
SEE ALSO
efun/call_out_info, efun/find_call_out, efun/remove_call_out