.DT
set_delivery_delay
DW_wibble creator help
set_delivery_delay

.SH Name
.SP 5 5
set_delivery_delay -  This method is used to specify how many seconds to wait after login  until the item is delivered.
.EP

.SH Syntax
.SI 5
void set_delivery_delay(int new_time)
.EI

.SH Parameters
.SI 5
%^BOLD%^new_time%^RESET%^ - the time in seconds after log in to deliver the message.

.EI

.SH Defined in
.SI 5
/std/delivery.c
.EI

.SH Description
.SP 5 5

This method is used to specify how many seconds to wait after login 
until the item is delivered.  Note that if this is too long, then the
receipient may log out before you can give them the item.  If the 
receipient logs out, then the item will be destroyed.


This is set to 5 by default. 


.EP

