<HEAD> <TITLE> set_reset - modify the time until reset on an object </TITLE> </HEAD> <BODY BACKGROUND=http://www.imaginary.com/~beek/gifs/bg.jpg TEXT=#000000 ALINK=#FFFF00 VLINK=#550000 LINK=#000099> <center> <H1> set_reset - modify the time until reset on an object </H1> </center> <p> <b> varargs void set_reset( object ob, int time ); </b> <p> This efun is only available if NO_RESETS is not compiled in. <p> Sets the time until reset on 'ob' to 'time' seconds from now. If 'time' is omitted, the driver's normal reset time setting formula is applied to 'ob', that is, <pre> reset time = current_time + reset_time / 2 + random(reset_time / 2) </pre> <p> See also: <A HREF=../../applies/reset.html> reset </A> <p> <HR> <ADDRESS> <A HREF=http://wagner.princeton.edu/~tim> Tim Hollebeek </A> <p> <A HREF="http://www.imaginary.com/~beek/"> Beek </A>@ZorkMUD, Lima Bean, IdeaExchange, TMI-2, and elsewhere </ADDRESS> <p>