
call_out(3)           LPC Library Functions           call_out(3)

NNAAMMEE
       call_out() - delayed function call in same object

SSYYNNOOPPSSIISS
       void call_out( string fun, int delay, mixed arg );

DDEESSCCRRIIPPTTIIOONN
       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.

       Please  note  that  you  can't rely on write() or say() in
       <fun> since this_player() is set to 0.  Use  tell_object()
       instead.

SSEEEE AALLSSOO
       remove_call_out(3), call_out_info(3)

MudOS                       5 Sep 1994                          1

