.DT
set_always_return_to_default_position
DW_wibble creator help
set_always_return_to_default_position

.SH Name
.SP 5 5
set_always_return_to_default_position -  This method sets the status of the flag that makes the npc return to the default position if its position is changed.
.EP

.SH Syntax
.SI 5
void set_always_return_to_default_position(int tim)
.EI

.SH Parameters
.SI 5
%^BOLD%^tim%^RESET%^ - the time to wait before the position is restored
.EI

.SH Defined in
.SI 5
/obj/monster.c
.EI

.SH Description
.SP 5 5

This method sets the status of the flag that makes the npc return
to the default position if its position is changed.  The flag
specified the length of time to wait before causing the
default position to be restored.
.EP

.SH See also
.SP 5 5
/std/living/living->return_to_default_position(), query_always_return_to_default_position()

.EP

